Panels: Fixed alert icon position in panel header (#17070)

(cherry picked from commit 238a929262)
This commit is contained in:
Torkel Ödegaard
2019-05-15 12:14:15 +02:00
parent 9de11c25a6
commit 216aff96fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@
}
.table-panel-table-header-inner {
padding: 0.45em 0 0.45em 1.1em;
padding: 0.3em 0 0.45em 1.1em;
text-align: left;
color: $blue;
position: absolute;
+1 -1
View File
@@ -32,7 +32,7 @@
.panel-alert-icon:before {
content: '\e611';
position: relative;
top: 5px;
top: 1px;
left: -3px;
}
}