diff --git a/src/components/NcSettingsSection/NcSettingsSection.vue b/src/components/NcSettingsSection/NcSettingsSection.vue index 8ce0eb6ea8..34a62b5155 100644 --- a/src/components/NcSettingsSection/NcSettingsSection.vue +++ b/src/components/NcSettingsSection/NcSettingsSection.vue @@ -12,12 +12,30 @@ This component is to be used in the settings section of nextcloud. ```vue ``` @@ -110,6 +128,7 @@ $sectionMargin: calc(var(--default-grid-baseline) * 7); align-items: center; justify-content: center; max-width: $maxWidth; + margin-top: 0; // Remove default heading margin } &__info {