File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
code/Magento/Ui/view/base/web/templates/form
design/adminhtml/Magento/backend/web/css/source/forms Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
visible ="visible "
9
9
css ="$data.additionalClasses "
10
10
attr ="'data-index': index ">
11
- < div class ="admin__field-label ">
11
+ < div class ="admin__field-label " if =" $data.label " visible =" $data.labelVisible " >
12
12
< label if ="$data.label " visible ="$data.labelVisible " attr ="for: uid ">
13
13
< span translate ="label " attr ="'data-config-scope': $data.scopeLabel " />
14
14
</ label >
Original file line number Diff line number Diff line change 678
678
margin : 0 ;
679
679
opacity : 1 ;
680
680
position : static ;
681
- text-align : left ;
682
681
}
683
682
}
684
683
684
+ .admin__field-label {
685
+ text-align : left ;
686
+ }
687
+
685
688
& :nth- child(n + 2 ) {
686
689
& :not (.admin__field-option ):not (.admin__field-group-show-label ):not (.admin__field-date ) {
687
690
> .admin__field-label [class] {
You can’t perform that action at this time.
0 commit comments