From 2707bf0d8f8729f2c720b5ed9a8a0c0af8503881 Mon Sep 17 00:00:00 2001 From: flisowna Date: Mon, 23 Jan 2023 12:36:00 +0100 Subject: [PATCH] fix issues from PR: naming of class --- packages/nc-gui/components/cell/GeoData.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index ac5a3b59b6..3559e8958a 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -111,7 +111,7 @@ const onClickSetCurrentLocation = () => { {{ $t('labels.yourLocation') }} - + {{ $t('general.cancel') }} {{ $t('general.submit') }} @@ -141,7 +141,7 @@ input[type='number']:focus { .fixed-width { width: 24px; } -.btn-cancel-submit { +.btn-group-cancel-submit { margin-left: auto; margin-bottom: 0; }