We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7242064 commit 4a80c8dCopy full SHA for 4a80c8d
app/design/adminhtml/Magento/backend/web/css/source/variables/_actions.less
@@ -10,7 +10,11 @@
10
@action__border-color: @color-gray68;
11
@action__font-size: @font-size__base;
12
@action__line-height: @line-height__base;
13
-@action__padding-top: round(((@field-control__height - (@field-control__font-size * @field-control__line-height) - .2rem) / 2), 1);
+
14
+@action__padding-top: round(((@field-control__height -
15
+ (@field-control__font-size * @field-control__line-height) -
16
+ ((unit(@field-control__border-width) / @font-rem-ratio) * 2)) / 2), 1);
17
18
@action__padding-bottom: @field-control__padding-top;
19
@action__height: 3.3rem;
20
0 commit comments