Bläddra i källkod

other panels now hidden, fixes 10088 (#10102)

Patrick O'Carroll 8 år sedan
förälder
incheckning
8adaf99bff
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      public/sass/components/_dashboard_grid.scss

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

@@ -8,7 +8,7 @@
   }
   }
 
 
   .react-grid-item {
   .react-grid-item {
-    display: none;
+    display: none !important;
     transition-property: none !important;
     transition-property: none !important;
   }
   }