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

fix panel link icon positioning
This commit is contained in:
Marcus Efraimsson 2018-06-14 13:54:08 +02:00 committed by GitHub
commit 99c188f626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ div.flot-text {
display: block;
@include panel-corner-color(lighten($panel-bg, 4%));
.fa {
left: -5px;
left: 4px;
}
.fa:before {
content: '\f08e';