diff --git a/src/components/manage/Blocks/Group/Edit.jsx b/src/components/manage/Blocks/Group/Edit.jsx index 467f43f..7245e96 100644 --- a/src/components/manage/Blocks/Group/Edit.jsx +++ b/src/components/manage/Blocks/Group/Edit.jsx @@ -8,7 +8,6 @@ import dissatisfiedSVG from '@plone/volto/icons/dissatisfied.svg'; import PropTypes from 'prop-types'; import { Button, Segment } from 'semantic-ui-react'; import EditBlockWrapper from './EditBlockWrapper'; -import tuneSVG from '@plone/volto/icons/row.svg'; import helpSVG from '@plone/volto/icons/help.svg'; import './editor.less'; diff --git a/src/components/manage/Blocks/Group/editor.less b/src/components/manage/Blocks/Group/editor.less index 20644e0..3a4910d 100644 --- a/src/components/manage/Blocks/Group/editor.less +++ b/src/components/manage/Blocks/Group/editor.less @@ -6,7 +6,6 @@ @borderColor: rgba(120, 192, 215, 0.75); .block-editor-group { - [data-rbd-draggable-context-id] { margin-bottom: 1rem; } @@ -28,17 +27,17 @@ border: none; legend { - text-align: center; - background-color: @pageBackground; position: absolute; - width: fit-content; top: -1em; left: 1rem; + width: fit-content; padding: 0 1rem; - margin-left: auto; margin-right: auto; + margin-left: auto; + background-color: @pageBackground; color: @borderColor; cursor: pointer; + text-align: center; } }