Override/fix width for fa-fw menu_button elements

This commit is contained in:
Wolfsblvt 2024-07-17 19:51:48 +02:00
parent 8436082fef
commit 9644697d2e
1 changed files with 5 additions and 0 deletions

View File

@ -3331,6 +3331,11 @@ grammarly-extension {
text-align: center;
}
.menu_button.fa-fw {
/* Font Awesome icons that are a menu button and should be fixed width need a slight fix. 1.25em is their default, but we need to account for button spacing. */
min-width: calc(1.25em + 12px);
}
.avatar_div .menu_button,
.form_create_bottom_buttons_block .menu_button {
padding: 5px;