]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Added user listing to role edit screen
[bookstack] / resources / assets / sass / _tables.scss
index 999d65f8dbd2c15efc1ae12a36ee5f6eb0efe2a7..e6ec76b38e40370b701719df57e7ab53816a4e5f 100644 (file)
@@ -24,4 +24,13 @@ table {
     background-color: #F8F8F8;
     font-weight: 500;
   }
+}
+
+table.list-table {
+  margin: 0 -$-xs;
+  td {
+    border: 0;
+    vertical-align: middle;
+    padding: $-xs;
+  }
 }
\ No newline at end of file