Fix issue with the Label field by changing the class name of form-field-label (close #6344)

This commit is contained in:
Quincy Morgan
2019-05-13 10:36:21 -04:00
parent b4811dbfe1
commit 401c3a5005
5 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ export function uiFieldLocalized(field, context) {
var label = wrap
.append('label')
.attr('class', 'form-field-label');
.attr('class', 'field-label');
label
.append('span')