Skip to content

Commit

Permalink
MID-9360 - Fixed bad alignment for custom panels if custom icons are …
Browse files Browse the repository at this point in the history
…used

(cherry picked from commit 674b7d7)
  • Loading branch information
patrixstar authored and 1azyman committed Dec 15, 2023
1 parent 9a507ac commit 3f30a95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui/admin-gui/src/frontend/scss/details-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
& a > div > i.fas,
a > div > i.far,
a > div > i.fa,
a > div > i.fe {
a > div > i.fe,
a > div > i.fa-solid,
a > div > i.fa-regular {
min-width: 24px;
text-align: center;
}
Expand Down

0 comments on commit 3f30a95

Please sign in to comment.