mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 10:51:45 +02:00
Fix issue with the Label field by changing the class name of form-field-label (close #6344)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user