Skip to content

Commit dd1aadf

Browse files
roiLeosgiehl
authored andcommitted
fix: icon vertical align
1 parent 1c0268d commit dd1aadf

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

ā€Žplugins/CoreAdminHome/stylesheets/generalSettings.lessā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.admin img {
2-
vertical-align: middle;;
2+
vertical-align: middle;
33
}
44

55
.admin h2 + .top_bar_sites_selector {

ā€Žplugins/CoreHome/stylesheets/dataTable/_entityTable.lessā€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ table.entityTable {
4747
padding: 16px;
4848
border-bottom: 1px solid @theme-color-background-tinyContrast !important;
4949
border-radius: 0;
50+
51+
img {
52+
vertical-align: inherit;
53+
}
5054
}
5155
}
5256
}

ā€Žplugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.lessā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
.detection td img {
1616
margin-right: 10px;
17+
vertical-align: inherit;
1718
}
1819

1920
#noclienthints {

0 commit comments

Comments
Ā (0)
⚔