diff --git a/package.json b/package.json index be1ca4f..b830b60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-widget-geolocation", - "version": "5.1.7", + "version": "5.2.0", "description": "volto-widget-geolocation: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/components/manage/Widgets/GeolocationWidget.jsx b/src/components/manage/Widgets/GeolocationWidget.jsx index 2d732a1..77cae3d 100644 --- a/src/components/manage/Widgets/GeolocationWidget.jsx +++ b/src/components/manage/Widgets/GeolocationWidget.jsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import PropTypes from 'prop-types'; -import { Grid, Button, Segment } from 'semantic-ui-react'; +import { Grid, Button } from 'semantic-ui-react'; import { defineMessages, injectIntl } from 'react-intl'; import { useSelector, useDispatch } from 'react-redux'; import { FormFieldWrapper, Icon, SidebarPopup } from '@plone/volto/components'; @@ -199,29 +199,32 @@ const GeolocationWidget = (props) => { /> - - - - - + + +
+ +
+
+ +
+ +
+
{item.geonameId} diff --git a/src/components/manage/Widgets/public.less b/src/components/manage/Widgets/public.less index b0de411..659a73f 100644 --- a/src/components/manage/Widgets/public.less +++ b/src/components/manage/Widgets/public.less @@ -3,12 +3,6 @@ vertical-align: sub; } -.ui.attached.segment.actions { - display: flex; - align-items: center; - gap: 1rem; -} - // Temporary style fix .geo-field-wrapper { > .ui.grid .row .twelve.column {