소스 검색

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 {
       content: "\f08e";
       font-family:'FontAwesome';
-      font-size: 80%;
       padding-left: 10px;
       position: relative;
-      top: -1px;
+      top: 1px;
     }
   }
 }