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
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -41,10 +41,10 @@
<table class="table"> <table class="table">
<tr> <tr>
<th>{{ trans('settings.recycle_bin_deleted_item') }}</th> <th width="50%">{{ trans('settings.recycle_bin_deleted_item') }}</th>
<th>{{ trans('settings.recycle_bin_deleted_by') }}</th> <th width="20%">{{ trans('settings.recycle_bin_deleted_by') }}</th>
<th>{{ trans('settings.recycle_bin_deleted_at') }}</th> <th width="15%">{{ trans('settings.recycle_bin_deleted_at') }}</th>
<th></th> <th width="15%"></th>
</tr> </tr>
@if(count($deletions) === 0) @if(count($deletions) === 0)
<tr> <tr>