Skip to content

Commit 47d99ee

Browse files
committed
Merge remote-tracking branch 'origin/MC-14897' into 2.2.8-develop-pr79
2 parents 8bf88ec + 494937e commit 47d99ee

File tree

2 files changed

+5
-5
lines changed
  • app
    • code/Magento/Ui/view/base/web/templates/group
    • design/adminhtml/Magento/backend/web/css/source/forms

2 files changed

+5
-5
lines changed

app/code/Magento/Ui/view/base/web/templates/group/group.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
visible="visible"
99
css="_required: required"
1010
attr="'data-index': index">
11-
<legend class="admin__field-label" if="showLabel">
12-
<span translate="label" attr="'data-config-scope': $data.scopeLabel"/>
13-
</legend>
14-
11+
<div if="showLabel" class="admin__field-label">
12+
<legend>
13+
<span translate="label" attr="'data-config-scope': $data.scopeLabel"/>
14+
</legend>
15+
</div>
1516
<div class="admin__field-control" css="$data.additionalClasses">
1617
<each args="elems">
1718
<if args="visible()" if="!$data.additionalForGroup">

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@
207207

208208
&:before {
209209
.appearing__off();
210-
content: '.';
211210
margin-left: -7px;
212211
overflow: hidden;
213212
}

0 commit comments

Comments
 (0)