Add vertical spacing between buttons when they go over multiple lines (#7314)
This commit is contained in:
parent
9452a3cc09
commit
6c04c19a7a
3 changed files with 7 additions and 0 deletions
|
@ -413,6 +413,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
|||
@mixin mx_DialogButton;
|
||||
margin-left: 0px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
// flip colours for the secondary ones
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue