diff --git a/src/views/admin/components/other/checkbox-radio-metadata-input.vue b/src/views/admin/components/other/checkbox-radio-metadata-input.vue index d51495e6d..7b233fd7a 100644 --- a/src/views/admin/components/other/checkbox-radio-metadata-input.vue +++ b/src/views/admin/components/other/checkbox-radio-metadata-input.vue @@ -1263,7 +1263,7 @@ } .tainacan-finder-column { max-width: calc(99vw - 0.75em - 0.75em - 2px); - min-width: calc(99vw - 0.75em - 0.75em - 2px); + min-width: calc(99vw - 0.75em - 0.75em - 24px); } .tainacan-finder-column .column-label+ul { max-height: calc(100% - 0.75em - 0.45em - 0.45em - 3px);