mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: better cross browser topic footer buttons alignment (#9860)
This commit is contained in:
parent
671f882fa3
commit
06e1d430c1
@ -1013,8 +1013,15 @@ a.mention-group {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
> .btn {
|
> .btn {
|
||||||
display: inline-flex;
|
|
||||||
margin: 0 0.5em 0.5em 0;
|
margin: 0 0.5em 0.5em 0;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.d-button-label {
|
||||||
|
display: flex;
|
||||||
|
flex: 1 0 auto;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-admin-menu-button-container {
|
.topic-admin-menu-button-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user