Skip to content

Commit

Permalink
Fix eslint and stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 24, 2021
1 parent 4a368b6 commit fd7738f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/components/manage/Blocks/Group/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
9 changes: 4 additions & 5 deletions src/components/manage/Blocks/Group/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@borderColor: rgba(120, 192, 215, 0.75);

.block-editor-group {

[data-rbd-draggable-context-id] {
margin-bottom: 1rem;
}
Expand All @@ -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;
}
}

Expand Down

0 comments on commit fd7738f

Please sign in to comment.