Просмотр исходного кода

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

Torkel Ödegaard 10 лет назад
Родитель
Сommit
9a142cea7a
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      public/css/less/panel.less

+ 1 - 2
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;
     }
   }
 }