Explorar el Código

Panels: Fixed alert icon position in panel header (#17070)

Torkel Ödegaard hace 6 años
padre
commit
238a929262
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      public/sass/components/_panel_table.scss
  2. 1 1
      public/sass/pages/_alerting.scss

+ 1 - 1
public/sass/components/_panel_table.scss

@@ -123,7 +123,7 @@
 }
 }
 
 
 .table-panel-table-header-inner {
 .table-panel-table-header-inner {
-  padding: 0.45em 0 0.45em 1.1em;
+  padding: 0.3em 0 0.45em 1.1em;
   text-align: left;
   text-align: left;
   color: $blue;
   color: $blue;
   position: absolute;
   position: absolute;

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

@@ -32,7 +32,7 @@
   .panel-alert-icon:before {
   .panel-alert-icon:before {
     content: '\e611';
     content: '\e611';
     position: relative;
     position: relative;
-    top: 5px;
+    top: 1px;
     left: -3px;
     left: -3px;
   }
   }
 }
 }