1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-23 23:02:08 +03:00

Fixed recycle bin dropdown being cut off in chrome

Fixes #2442
This commit is contained in:
Dan Brown
2021-01-04 18:24:34 +00:00
parent bbfb330b92
commit 7791599fb5
2 changed files with 5 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ table.table {
padding: $-s $-s;
vertical-align: middle;
margin: 0;
overflow: visible;
}
th {
font-weight: bold;

View File

@@ -41,10 +41,10 @@
<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>