mirror of
https://github.com/discourse/discourse.git
synced 2025-05-10 06:33:07 +08:00
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 {
|
.user-additional-controls {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
.single-select-header,
|
||||||
button {
|
button {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
margin-right: 0.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user