mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: Button alignment on messages (#14029)
* FIX: Button alignment on messages
This commit is contained in:
@ -86,8 +86,12 @@
|
||||
}
|
||||
}
|
||||
.user-additional-controls {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.single-select-header,
|
||||
button {
|
||||
margin-bottom: 1em;
|
||||
margin-right: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user