diff --git a/public/js/components/Dashboard/Section.js b/public/js/components/Dashboard/Section.js index f1c1bb7ce..adac53c3c 100644 --- a/public/js/components/Dashboard/Section.js +++ b/public/js/components/Dashboard/Section.js @@ -63,9 +63,6 @@ export default { editModeIsActive() { return (this.editMode || this.adminMode) && !this.configOpened }, - getSectionStyle() { - return 'margin-bottom: 8px;'; - }, items() { // reuses the nearest placement of the widget from another viewport /* const computeNearestPlace = (item, gridWidth) =>{ @@ -223,9 +220,8 @@ export default { }, template: /* html */`