FIX: Button alignment on messages (#14029)
* FIX: Button alignment on messages
This commit is contained in:
parent
54ad0ecc72
commit
4602e14cac
|
@ -86,8 +86,12 @@
|
|||
}
|
||||
}
|
||||
.user-additional-controls {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.single-select-header,
|
||||
button {
|
||||
margin-bottom: 1em;
|
||||
margin-right: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue