Forráskód Böngészése

other panels now hidden, fixes 10088 (#10102)

Patrick O'Carroll 8 éve
szülő
commit
8adaf99bff
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      public/sass/components/_dashboard_grid.scss

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

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