浏览代码

ux(): fixed panel margin

Torkel Ödegaard 9 年之前
父节点
当前提交
2d9a2506b4
共有 1 个文件被更改,包括 1 次插入5 次删除
  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;
 }