Dashboard: Add vertical spacing between variables when they wrap (#47762)

This commit is contained in:
Josh Hunt 2022-04-15 12:05:53 +01:00 committed by GitHub
parent 7905957ee8
commit 720c6aac62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
flex-wrap: wrap;
align-content: flex-start;
align-items: flex-start;
gap: $space-sm $space-md;
padding: 0 0 $space-sm 0;
}
@ -18,7 +19,6 @@
.submenu-item {
display: inline-block;
margin-right: 15px;
.fa-caret-down {
font-size: 75%;