We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9569d7 commit 4b7a480Copy full SHA for 4b7a480
3 files changed
āplugins/CoreAdminHome/stylesheets/generalSettings.lessā
@@ -1,5 +1,5 @@
1
.admin img {
2
- vertical-align: middle;;
+ vertical-align: middle;
3
}
4
5
.admin h2 + .top_bar_sites_selector {
āplugins/CoreHome/stylesheets/dataTable/_entityTable.lessā
@@ -47,6 +47,10 @@ table.entityTable {
47
padding: 16px;
48
border-bottom: 1px solid @theme-color-background-tinyContrast !important;
49
border-radius: 0;
50
+
51
+ img {
52
+ vertical-align: inherit;
53
+ }
54
55
56
āplugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.lessā
@@ -14,6 +14,7 @@
14
15
.detection td img {
16
margin-right: 10px;
17
18
19
20
#noclienthints {
0 commit comments