Skip to content

Commit 011e31f

Browse files
authored
ENGCOM-3324: Fixed 18918 Asterisk sign display twice #18922
2 parents c36df15 + 3f30b31 commit 011e31f

File tree

2 files changed

+11
-2
lines changed
  • app/design/adminhtml/Magento/backend

2 files changed

+11
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,16 @@
273273
> .submenu {
274274
transform: translateX(0);
275275
visibility: visible;
276-
z-index: @submenu__z-index;
276+
z-index: 698;
277+
overflow-x: scroll;
278+
min-height: 98.65%;
279+
left: 0;
280+
position: absolute;
281+
left: 100%;
282+
min-width: 100%;
283+
display: block;
284+
float: left;
285+
max-width: 1640px;
277286
}
278287
}
279288
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
span {
225225
display: inline-block;
226226
line-height: @field-label__line-height;
227-
vertical-align: middle;
227+
vertical-align: top;
228228
white-space: normal;
229229

230230
&[data-config-scope] {

0 commit comments

Comments
 (0)