From 468270d1172ea2ea1b9e144913e6f6ba48d8085c Mon Sep 17 00:00:00 2001 From: Atanas Yonkov Date: Thu, 6 Apr 2023 10:44:58 +0300 Subject: [PATCH] Fix record deletion from the three dots dropdown not possible on Firefox --- .../components/PageBlocks/RecordListBase.vue | 31 ++++++++----------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index 65c45f0c7..3ce33295e 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -557,26 +557,21 @@ /> - - - - {{ $t('recordList.record.tooltip.delete') }} - - + + {{ $t('recordList.record.tooltip.delete') }} +