1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Line up component footer buttons better

This commit is contained in:
Nick O'Leary 2019-05-21 15:26:03 +01:00
parent 5f3e9a19ea
commit 78aeb94917
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -112,6 +112,13 @@
.red-ui-component-footer {
@include component-footer;
> .button-group {
display: inline-block;
> .red-ui-footer-button {
margin-top: -1px;
}
}
}
a.red-ui-footer-button,