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;
}