Commit 6b26a0f9 by utkarshcmu

Fixed hover position

parent 13f0b32a
...@@ -246,6 +246,7 @@ $gf-form-margin: 0.25rem; ...@@ -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 { ...@@ -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;
......
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