]> BookStack Code Mirror - bookstack/commitdiff
Fixed recycle bin dropdown being cut off in chrome
authorDan Brown <redacted>
Mon, 4 Jan 2021 18:24:34 +0000 (18:24 +0000)
committerDan Brown <redacted>
Mon, 4 Jan 2021 18:24:34 +0000 (18:24 +0000)
Fixes #2442

resources/sass/_tables.scss
resources/views/settings/recycle-bin/index.blade.php

index f41ebd0c4bf734c5392652f8aa983eae37025bf0..315f979f3efdb2c215d8de56ab66609ca8e11e48 100644 (file)
@@ -28,6 +28,7 @@ table.table {
     padding: $-s $-s;
     vertical-align: middle;
     margin: 0;
+    overflow: visible;
   }
   th {
     font-weight: bold;
index 657b45af9c3860911ac41ebfc38381412f8ead6d..7713945f07f76136786c14c6889c784ad89c0a93 100644 (file)
 
             <table class="table">
                 <tr>
-                    <th>{{ trans('settings.recycle_bin_deleted_item') }}</th>
-                    <th>{{ trans('settings.recycle_bin_deleted_by') }}</th>
-                    <th>{{ trans('settings.recycle_bin_deleted_at') }}</th>
-                    <th></th>
+                    <th width="50%">{{ trans('settings.recycle_bin_deleted_item') }}</th>
+                    <th width="20%">{{ trans('settings.recycle_bin_deleted_by') }}</th>
+                    <th width="15%">{{ trans('settings.recycle_bin_deleted_at') }}</th>
+                    <th width="15%"></th>
                 </tr>
                 @if(count($deletions) === 0)
                     <tr>