瀏覽代碼

fix: for issue in graph panel axes labels when iframe embedding, fixes #8827

Torkel Ödegaard 8 年之前
父節點
當前提交
bb3bcbe6a1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/sass/components/_panel_graph.scss

+ 1 - 0
public/sass/components/_panel_graph.scss

@@ -336,6 +336,7 @@
 }
 
 .axisLabel {
+  display: inline-block;
   color: $text-color;
   font-size: $font-size-sm;
   position: relative;