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
|
@ -20,4 +20,7 @@
|
|||
|
||||
.mx_CryptographyPanel_importExportButtons {
|
||||
margin-bottom: 15px;
|
||||
display: inline-flex;
|
||||
flex-flow: wrap;
|
||||
row-gap: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue