]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_tables.scss
Docker: Fix PHP tests
[bookstack] / resources / sass / _tables.scss
index d0a920efcbcd7f706f7d78e88748586c33b3a9a4..315f979f3efdb2c215d8de56ab66609ca8e11e48 100644 (file)
@@ -2,7 +2,7 @@ table {
   min-width: 100px;
   max-width: 100%;
   thead {
-    background-color: #F8F8F8;
+    @include lightDark(background-color, #f8f8f8, #333);
     font-weight: 500;
   }
   td, th {
@@ -28,6 +28,7 @@ table.table {
     padding: $-s $-s;
     vertical-align: middle;
     margin: 0;
+    overflow: visible;
   }
   th {
     font-weight: bold;