Преглед изворни кода

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

Torkel Ödegaard пре 10 година
родитељ
комит
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 {
     .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;
     }
     }
   }
   }
 }
 }