diff --git a/resources/sass/_tables.scss b/resources/sass/_tables.scss index f41ebd0c4..315f979f3 100644 --- a/resources/sass/_tables.scss +++ b/resources/sass/_tables.scss @@ -28,6 +28,7 @@ table.table { padding: $-s $-s; vertical-align: middle; margin: 0; + overflow: visible; } th { font-weight: bold; diff --git a/resources/views/settings/recycle-bin/index.blade.php b/resources/views/settings/recycle-bin/index.blade.php index 657b45af9..7713945f0 100644 --- a/resources/views/settings/recycle-bin/index.blade.php +++ b/resources/views/settings/recycle-bin/index.blade.php @@ -41,10 +41,10 @@ - - - - + + + + @if(count($deletions) === 0)
{{ trans('settings.recycle_bin_deleted_item') }}{{ trans('settings.recycle_bin_deleted_by') }}{{ trans('settings.recycle_bin_deleted_at') }}{{ trans('settings.recycle_bin_deleted_item') }}{{ trans('settings.recycle_bin_deleted_by') }}{{ trans('settings.recycle_bin_deleted_at') }}