@financial-times/n-myft-ui 29.0.7 → 29.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/myft/main.scss CHANGED
@@ -366,6 +366,10 @@ $spacing-unit: 20px;
366
366
  }
367
367
  }
368
368
  }
369
+
370
+ &-label {
371
+ margin-top: 10px;
372
+ }
369
373
  }
370
374
 
371
375
  .share-nav {
@@ -171,7 +171,7 @@ function FormElement (createList, showPublicToggle, attachDescription, onListCre
171
171
  <label class="myft-ui-create-list-variant-form-name o-forms-field">
172
172
  <span class="o-forms-input o-forms-input--text">
173
173
  <input class="myft-ui-create-list-variant-text" type="text" name="list-name">
174
- List name
174
+ <div class="myft-ui-create-list-variant-label">List name</div>
175
175
  </span>
176
176
  </label>
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "29.0.7",
3
+ "version": "29.0.8",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {