FIX: Button alignment on messages (#14029)

* FIX: Button alignment on messages
This commit is contained in:
Jordan Vidrine 2021-08-12 14:00:32 -05:00 committed by GitHub
parent 54ad0ecc72
commit 4602e14cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -86,8 +86,12 @@
}
}
.user-additional-controls {
display: flex;
flex-wrap: wrap;
.single-select-header,
button {
margin-bottom: 1em;
margin-right: 0.75em;
}
}