소스 검색

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;