From 4b7a480cbcf6e585ad036931fab5cba4cb5a27d2 Mon Sep 17 00:00:00 2001 From: roiLeo Date: Thu, 27 Jun 2024 16:41:38 +0200 Subject: [PATCH] fix: icon vertical align --- plugins/CoreAdminHome/stylesheets/generalSettings.less | 2 +- plugins/CoreHome/stylesheets/dataTable/_entityTable.less | 4 ++++ .../DevicesDetection/vue/src/DetectionPage/DetectionPage.less | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less index 3e69f3c0893..80df5a5e6f6 100644 --- a/plugins/CoreAdminHome/stylesheets/generalSettings.less +++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less @@ -1,5 +1,5 @@ .admin img { - vertical-align: middle;; + vertical-align: middle; } .admin h2 + .top_bar_sites_selector { diff --git a/plugins/CoreHome/stylesheets/dataTable/_entityTable.less b/plugins/CoreHome/stylesheets/dataTable/_entityTable.less index 366651c1d63..66e8319037b 100644 --- a/plugins/CoreHome/stylesheets/dataTable/_entityTable.less +++ b/plugins/CoreHome/stylesheets/dataTable/_entityTable.less @@ -47,6 +47,10 @@ table.entityTable { padding: 16px; border-bottom: 1px solid @theme-color-background-tinyContrast !important; border-radius: 0; + + img { + vertical-align: inherit; + } } } } diff --git a/plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less b/plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less index a0b39533421..a9fc83b911c 100644 --- a/plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less +++ b/plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less @@ -14,6 +14,7 @@ .detection td img { margin-right: 10px; + vertical-align: inherit; } #noclienthints {