Add vertical spacing between buttons when they go over multiple lines (#7314)

This commit is contained in:
Ingrid 2021-12-09 10:41:33 +01:00 committed by GitHub
parent 9452a3cc09
commit 6c04c19a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -34,6 +34,9 @@ limitations under the License.
.mx_SecureBackupPanel_buttonRow {
margin: 1em 0;
display: inline-flex;
flex-flow: wrap;
row-gap: 10px;
:nth-child(n + 1) {
margin-inline-end: 10px;