diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue
index a85a0ab7b6..1e00e1206b 100644
--- a/packages/nc-gui/components/cell/GeoData.vue
+++ b/packages/nc-gui/components/cell/GeoData.vue
@@ -102,23 +102,23 @@ const onGetCurrentLocation = () => {
/>
{{ vModel }} -->
-
+
{{ latLongStr }}
-
+
-
- Your Location
+
+ Your Location
- Cancel
- Submit
+ Cancel
+ Submit
@@ -129,29 +129,27 @@ const onGetCurrentLocation = () => {
input[type='number']:focus {
@apply ring-transparent;
}
-.dropdown {
- background-color: beige;
- // padding-top: 2rem;
- align-items: start;
- height: 230px !important;
- width: 200px !important;
-}
+
.inputLat {
width: 180px;
margin-top: 1rem;
+ margin-bottom: 0.5rem;
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.inputLng {
width: 180px;
margin-right: 0.5rem;
- margin-left: 0.5rem;
}
.button-location {
- margin-left: auto;
- margin-right: auto;
+ margin-right: 0.5rem;
}
.buttons {
+ margin-left: auto;
margin-bottom: 0;
}
+.ant-dropdown-menu {
+ height: fit-content;
+ align-items: flex-end;
+}