From 3cf9d40930dbf02c0f866b57d74fdcc989e98cf8 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 3 Dec 2024 15:03:53 +0000 Subject: [PATCH 1/2] Fix padding on Device Group Settings view --- frontend/src/pages/application/DeviceGroup/Settings/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/application/DeviceGroup/Settings/index.vue b/frontend/src/pages/application/DeviceGroup/Settings/index.vue index bdf143b19..ef3059805 100644 --- a/frontend/src/pages/application/DeviceGroup/Settings/index.vue +++ b/frontend/src/pages/application/DeviceGroup/Settings/index.vue @@ -2,7 +2,7 @@
-
+
From bfe85a57fb97a7c91670df5d76f9e301a9548d69 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 5 Dec 2024 14:04:33 +0000 Subject: [PATCH 2/2] Fix left margin padding consistently --- frontend/src/components/SectionSideMenu.vue | 2 +- frontend/src/pages/account/index.vue | 2 +- frontend/src/pages/application/DeviceGroup/Settings/index.vue | 2 +- frontend/src/pages/device/index.vue | 2 +- frontend/src/pages/instance/Settings/index.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/SectionSideMenu.vue b/frontend/src/components/SectionSideMenu.vue index e5759b97e..0ecde32c4 100644 --- a/frontend/src/components/SectionSideMenu.vue +++ b/frontend/src/components/SectionSideMenu.vue @@ -1,5 +1,5 @@