Skip to content

Commit fa7e9e7

Browse files
author
Oleksandr Dubovyk
committed
Merge remote-tracking branch 'origin/MAGETWO-48469' into PR
2 parents e921341 + 7ae9249 commit fa7e9e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4048,6 +4048,13 @@
40484048
.style28();
40494049
}
40504050
}
4051+
4052+
.pp-buttons-container {
4053+
.action-default {
4054+
display: inline-block;
4055+
margin-bottom: @indent__xs;
4056+
}
4057+
}
40514058
}
40524059
}
40534060

app/design/adminhtml/Magento/backend/web/mui/styles/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ h6 {
7979

8080
// Links
8181
a {
82-
.actionLink();
82+
display: inline;
8383
}

0 commit comments

Comments
 (0)