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

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;
}
}