Przeglądaj źródła

Merge pull request #11417 from grafana/ie11_alerting_style_fix

removed padding for icons and added margin
Daniel Lee 7 lat temu
rodzic
commit
088720cf2b
1 zmienionych plików z 2 dodań i 1 usunięć
  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%;