Duplication of selectors might indicate a copy-paste mistake. Unexpected duplicate selector ".paragraphs-dragdrop-wrapper", first used at line 1.
File: paragraphs/css/paragraphs.dragdrop.css
.paragraphs-dragdrop-wrapper {
--dnd-item-chosen-bg: #fff;
--dnd-item-chosen-border: #000;
--dnd-item-ghost-bg: #d9edf7;
--dnd-item-ghost-border: #0074bd;
--dnd-icon-size: 28px;
--dnd-item-indentation: 0.5em;
--dnd-item-min-height: 30px;
}
...
.paragraphs-dragdrop-wrapper {
position: relative;
margin: 0;
padding: 0;
}
.paragraphs-dragdrop-wrapper {
margin: 0;
padding: 0;
position: relative;
--dnd-icon-size: 28px;
--dnd-item-chosen-bg: #fff;
--dnd-item-chosen-border: #000;
--dnd-item-ghost-bg: #d9edf7;
--dnd-item-ghost-border: #0074bd;
--dnd-item-indentation: 0.5em;
--dnd-item-min-height: 30px;
}
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.