mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Panels: Fixed alert icon position in panel header (#17070)
This commit is contained in:
parent
a0b6ef4d01
commit
238a929262
@ -123,7 +123,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table-panel-table-header-inner {
|
.table-panel-table-header-inner {
|
||||||
padding: 0.45em 0 0.45em 1.1em;
|
padding: 0.3em 0 0.45em 1.1em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
.panel-alert-icon:before {
|
.panel-alert-icon:before {
|
||||||
content: '\e611';
|
content: '\e611';
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 5px;
|
top: 1px;
|
||||||
left: -3px;
|
left: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user