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 {