mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(panel links): fixed panel height issue when using panel links, could cause strange panel flow, fixes #2576
This commit is contained in:
@@ -48,10 +48,9 @@
|
||||
.panel-title-text:after {
|
||||
content: "\f08e";
|
||||
font-family:'FontAwesome';
|
||||
font-size: 80%;
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user