UX: switch post action buttons to inline-flex to avoid extra whitespace (#27110)

This commit is contained in:
Kris 2024-05-21 11:58:15 -04:00 committed by GitHub
parent db3db06caf
commit 06f48a82ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ nav.post-controls {
.d-icon {
opacity: 1;
}
display: inline-block;
display: inline-flex;
}
button {