]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Added migration file.
[bookstack] / resources / assets / sass / _tables.scss
index ea517fee3974f717887b51d6b025c834f5c5da6b..31ac92f602d5d1a09da73f5cd4acbbf31bf9cbeb 100644 (file)
@@ -59,18 +59,9 @@ table.list-table {
   }
 }
 
-table.file-table {
-  @extend .no-style;
-  td {
-    padding: $-xs;
-  }
-  .ui-sortable-helper {
-    display: table;
-  }
-}
-
 .fake-table {
   display: table;
+  width: 100%;
   > div {
     display: table-row-group;
   }