소스 검색

mol-plugin: fix highlight label style

David Sehnal 5 년 전
부모
커밋
c6b4610adf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mol-plugin/skin/base/components/viewport.scss

+ 1 - 1
src/mol-plugin/skin/base/components/viewport.scss

@@ -111,7 +111,7 @@
     padding: $info-vertical-padding $control-spacing;
     background: $default-background; //$highlight-info-background;
 
-    min-height: $row-height;
+    // min-height: $row-height;
     text-align: right;
 
     @include non-selectable;