FIX: better cross browser topic footer buttons alignment (#9860)

This commit is contained in:
Joffrey JAFFEUX 2020-05-22 17:03:22 +02:00 committed by GitHub
parent 671f882fa3
commit 06e1d430c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1013,8 +1013,15 @@ a.mention-group {
flex-wrap: wrap;
> .btn {
display: inline-flex;
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 {