From 7791599fb59eddcde86aebcb78700c41442660af Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 4 Jan 2021 18:24:34 +0000 Subject: [PATCH] Fixed recycle bin dropdown being cut off in chrome Fixes #2442 --- resources/sass/_tables.scss | 1 + resources/views/settings/recycle-bin/index.blade.php | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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') }}