Browse Source

mol-plugin: fix highlight label style

David Sehnal 5 years ago
parent
commit
c6b4610adf
1 changed files with 1 additions and 1 deletions
  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;