Skip to content

Commit eebd15f

Browse files
committed
Resolved import design break issue resolved
1 parent dbdc67c commit eebd15f

File tree

1 file changed

+14
-0
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@
3232
width: @field-size__l;
3333
}
3434

35+
.admin__field {
36+
&.field {
37+
&.field-basic_behavior.with-addon {
38+
.admin__field-control {
39+
position: relative;
40+
.mage-error {
41+
position: absolute;
42+
width: 100%;
43+
}
44+
}
45+
}
46+
}
47+
}
48+
3549
.abs-field-sizes {
3650
&.admin__field-x-small {
3751
> .admin__field-control {

0 commit comments

Comments
 (0)