Commit 6b823d3b authored by jay jangid's avatar jay jangid Committed by Sascha Eggenberger
Browse files

Issue #3365522: should be spacing between filter and table in the views dialog modal

parent a1b45db1
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -253,3 +253,8 @@ table.treetable tr.branch {
  background-color: transparent;
}

.ui-dialog .gin-layer-wrapper {
  margin-bottom: var(--gin-spacing-l);
  margin-top: var(--gin-spacing-l);
}
+5 −0
Original line number Diff line number Diff line
@@ -221,3 +221,8 @@ table.treetable {
    background-color: transparent;
  }
}

.ui-dialog .gin-layer-wrapper {
  margin-bottom: var(--gin-spacing-l);
  margin-top: var(--gin-spacing-l);
}