From 36bd96b2ff169228bc6d85ac74d09b7c5385d5f1 Mon Sep 17 00:00:00 2001 From: Prayag Prajapati Date: Fri, 11 Nov 2022 17:30:42 +0530 Subject: [PATCH] Fix icons having different widths in dialog --- Font Awesome/light.css | 3 --- Font Awesome/regular.css | 3 --- Font Awesome/solid.css | 3 --- Font Awesome/thin.css | 3 --- 4 files changed, 12 deletions(-) diff --git a/Font Awesome/light.css b/Font Awesome/light.css index 4b2faa3..a00da16 100644 --- a/Font Awesome/light.css +++ b/Font Awesome/light.css @@ -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; diff --git a/Font Awesome/regular.css b/Font Awesome/regular.css index 5d603a5..b8143ad 100644 --- a/Font Awesome/regular.css +++ b/Font Awesome/regular.css @@ -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; diff --git a/Font Awesome/solid.css b/Font Awesome/solid.css index f8a237b..19f008d 100644 --- a/Font Awesome/solid.css +++ b/Font Awesome/solid.css @@ -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; diff --git a/Font Awesome/thin.css b/Font Awesome/thin.css index 7d06f88..548314d 100644 --- a/Font Awesome/thin.css +++ b/Font Awesome/thin.css @@ -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;