fix(panel links): fixed panel height issue when using panel links, could cause strange panel flow, fixes #2576

This commit is contained in:
Torkel Ödegaard
2015-08-25 15:49:46 +02:00
parent 7b911aea46
commit 9a142cea7a

View File

@@ -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;
}
}
}