From: Dan Brown Date: Mon, 4 Jan 2021 18:24:34 +0000 (+0000) Subject: Fixed recycle bin dropdown being cut off in chrome X-Git-Tag: v0.31.1~1^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/7791599fb59eddcde86aebcb78700c41442660af Fixed recycle bin dropdown being cut off in chrome Fixes #2442 --- 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') }}