Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 7365f5f

Browse files
Fixed 18918 Asterisk sign display twice.
1 parent fd9a423 commit 7365f5f

File tree

1 file changed

+5
-1
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,12 @@
249249
line-height: 1;
250250
margin-left: 10px;
251251
margin-top: .2rem;
252-
position: absolute;
252+
position: inherit;
253253
z-index: 1;
254+
margin-left: -10px;
255+
right: -17px;
256+
top: 3px;
257+
254258
}
255259
}
256260
}

0 commit comments

Comments
 (0)