@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
@@ -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
|
|