Skip to content

Commit 0e6a203

Browse files
committed
MAGETWO-37998: "Add" button on Backend page lost its bottom padding
1 parent c6af70c commit 0e6a203

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,12 +1268,15 @@ input.no-display,
12681268
border-bottom: 0;
12691269
}
12701270

1271-
.fieldset-wrapper-title > .actions,
12721271
.fieldset .legend > .actions {
12731272
float: right;
12741273
padding-top: 8px;
12751274
}
12761275

1276+
.fieldset-wrapper-title > .actions {
1277+
float: right;
1278+
}
1279+
12771280
.fieldset > .legend + br {
12781281
display: block;
12791282
height: 0;

0 commit comments

Comments
 (0)