Commit 238a9292 by Torkel Ödegaard Committed by GitHub

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

parent a0b6ef4d
......@@ -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;
......
......@@ -32,7 +32,7 @@
.panel-alert-icon:before {
content: '\e611';
position: relative;
top: 5px;
top: 1px;
left: -3px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment