ソースを参照

Merge pull request #11417 from grafana/ie11_alerting_style_fix

removed padding for icons and added margin
Daniel Lee 7 年 前
コミット
088720cf2b
1 ファイル変更2 行追加1 行削除
  1. 2 1
      public/sass/pages/_alerting.scss

+ 2 - 1
public/sass/pages/_alerting.scss

@@ -108,7 +108,8 @@
   justify-content: center;
   align-items: center;
   width: 40px;
-  padding: 0 28px 0 16px;
+  //margin-right: 8px;
+  padding: 0 4px 0 2px;
   .icon-gf,
   .fa {
     font-size: 200%;