Commit 9a142cea by Torkel Ödegaard

fix(panel links): fixed panel height issue when using panel links, could cause…

fix(panel links): fixed panel height issue when using panel links, could cause strange panel flow, fixes #2576
parent 7b911aea
...@@ -48,10 +48,9 @@ ...@@ -48,10 +48,9 @@
.panel-title-text:after { .panel-title-text:after {
content: "\f08e"; content: "\f08e";
font-family:'FontAwesome'; font-family:'FontAwesome';
font-size: 80%;
padding-left: 10px; padding-left: 10px;
position: relative; position: relative;
top: -1px; top: 1px;
} }
} }
} }
......
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