From 9a142cea7a8718fd7bd302f92cceaa2835fbfa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 25 Aug 2015 15:49:46 +0200 Subject: [PATCH] fix(panel links): fixed panel height issue when using panel links, could cause strange panel flow, fixes #2576 --- public/css/less/panel.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/less/panel.less b/public/css/less/panel.less index 8292ceb1267..6b58474f200 100644 --- a/public/css/less/panel.less +++ b/public/css/less/panel.less @@ -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; } } }