Parcourir la source

ux(): fixed panel margin

Torkel Ödegaard il y a 10 ans
Parent
commit
2d9a2506b4
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      public/sass/pages/_dashboard.scss

+ 1 - 5
public/sass/pages/_dashboard.scss

@@ -13,10 +13,6 @@
   color: $variable;
 }
 
-.grafana-row {
-  margin-bottom: 5px;
-}
-
 .row-tab {
   .dropdown-menu-right {
     top: 0;
@@ -121,7 +117,7 @@ div.flot-text {
 }
 
 .panel-margin {
-  margin: 0 0.4rem 0.4rem 0.4rem;
+  margin: 0 0.4rem 0.8rem 0.4rem;
   display: block;
 }