Commit 99c188f6 by Marcus Efraimsson Committed by GitHub

Merge pull request #12273 from grafana/12247-link-icon

fix panel link icon positioning
parents 71b03267 a0aa0b55
...@@ -181,7 +181,7 @@ div.flot-text { ...@@ -181,7 +181,7 @@ div.flot-text {
display: block; display: block;
@include panel-corner-color(lighten($panel-bg, 4%)); @include panel-corner-color(lighten($panel-bg, 4%));
.fa { .fa {
left: -5px; left: 4px;
} }
.fa:before { .fa:before {
content: '\f08e'; content: '\f08e';
......
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