mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed hover position
This commit is contained in:
parent
13f0b32a8f
commit
6b26a0f91d
@ -246,6 +246,7 @@ $gf-form-margin: 0.25rem;
|
|||||||
|
|
||||||
&--bold {
|
&--bold {
|
||||||
color: $text-color-emphasis;
|
color: $text-color-emphasis;
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--right-absolute {
|
&--right-absolute {
|
||||||
|
@ -73,6 +73,11 @@ div.flot-text {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-help-text {
|
||||||
|
margin-left: 10px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.panel-loading {
|
.panel-loading {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user