From 831fa22c1a5781df8edd6792d6b5e9173eed6cf7 Mon Sep 17 00:00:00 2001 From: saraboutej Date: Tue, 14 Nov 2023 12:52:55 +0100 Subject: [PATCH] feat: Margins cleanup - Remove extra-margins - MEED-2895-Meeds-io/MIPs#103 --- .../webapp/skin/less/portlet/ActivityStream/Style.less | 9 --------- .../components/UserSettingNotifications.vue | 2 +- .../vue-apps/space-header/components/SpaceHeader.vue | 2 +- .../components/UserSettingLanguage.vue | 2 +- .../components/UserSettingSecurity.vue | 2 +- 5 files changed, 4 insertions(+), 13 deletions(-) diff --git a/webapp/portlet/src/main/webapp/skin/less/portlet/ActivityStream/Style.less b/webapp/portlet/src/main/webapp/skin/less/portlet/ActivityStream/Style.less index 8eed5bd66b8..077b705b7b4 100644 --- a/webapp/portlet/src/main/webapp/skin/less/portlet/ActivityStream/Style.less +++ b/webapp/portlet/src/main/webapp/skin/less/portlet/ActivityStream/Style.less @@ -238,15 +238,6 @@ padding-left: 10px ~'; /** orientation=lt */ '; padding-right: 10px ~'; /** orientation=rt */ '; - .v-application { - &:not(.hiddenable-widget) { - margin-bottom: 20px; - } - &.hiddenable-widget > .v-application--wrap > div { - margin-bottom: 20px; - } - } - /* Added for sticky container */ .UIContainer, .NormalContainerBlock, .VIEW-CONTAINER, .UIIntermediateContainer, .UIRowContainer { display: inline; diff --git a/webapp/portlet/src/main/webapp/vue-apps/notification-user-settings/components/UserSettingNotifications.vue b/webapp/portlet/src/main/webapp/vue-apps/notification-user-settings/components/UserSettingNotifications.vue index 50ddfd8f818..7ef215a43e8 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/notification-user-settings/components/UserSettingNotifications.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/notification-user-settings/components/UserSettingNotifications.vue @@ -6,7 +6,7 @@ @back="closeDetail" /> diff --git a/webapp/portlet/src/main/webapp/vue-apps/space-header/components/SpaceHeader.vue b/webapp/portlet/src/main/webapp/vue-apps/space-header/components/SpaceHeader.vue index 0b0d61664c8..300ca65a4a1 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/space-header/components/SpaceHeader.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/space-header/components/SpaceHeader.vue @@ -2,7 +2,7 @@ - + diff --git a/webapp/portlet/src/main/webapp/vue-apps/user-setting-security/components/UserSettingSecurity.vue b/webapp/portlet/src/main/webapp/vue-apps/user-setting-security/components/UserSettingSecurity.vue index 89f384bf1e5..10bef540bca 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/user-setting-security/components/UserSettingSecurity.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/user-setting-security/components/UserSettingSecurity.vue @@ -6,7 +6,7 @@ @back="closeSecurityDetail" />