UX: switch post action buttons to inline-flex to avoid extra whitespace (#27110)
This commit is contained in:
parent
db3db06caf
commit
06f48a82ed
|
@ -316,7 +316,7 @@ nav.post-controls {
|
|||
.d-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
Loading…
Reference in New Issue