Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Fix icons having different widths in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Nov 11, 2022
1 parent de80f73 commit 36bd96b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Font Awesome/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,6 @@

.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
Expand Down
3 changes: 0 additions & 3 deletions Font Awesome/regular.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,6 @@

.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
Expand Down
3 changes: 0 additions & 3 deletions Font Awesome/solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,6 @@

.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
Expand Down
3 changes: 0 additions & 3 deletions Font Awesome/thin.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,6 @@

.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
Expand Down

0 comments on commit 36bd96b

Please sign in to comment.