From 7e775b2128a209cb316958db0665dd659854d1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20R=C3=B3bert?= Date: Tue, 14 Jul 2026 12:29:32 +0200 Subject: [PATCH] fix: add some margin to macro edit page --- .../src/app/components/macro/edit/macro-edit.component.scss | 2 +- .../src/app/components/macro/list/macro-list.component.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/uhk-web/src/app/components/macro/edit/macro-edit.component.scss b/packages/uhk-web/src/app/components/macro/edit/macro-edit.component.scss index e7ba598af08..806627353cd 100644 --- a/packages/uhk-web/src/app/components/macro/edit/macro-edit.component.scss +++ b/packages/uhk-web/src/app/components/macro/edit/macro-edit.component.scss @@ -28,7 +28,7 @@ .macro-container-wrapper { position: relative; - height: 100%; + min-height: 100%; border-right: solid 1px var(--color-smart-macro-border-color); } diff --git a/packages/uhk-web/src/app/components/macro/list/macro-list.component.scss b/packages/uhk-web/src/app/components/macro/list/macro-list.component.scss index bd7dc54e5ef..e6f4e45c8f4 100644 --- a/packages/uhk-web/src/app/components/macro/list/macro-list.component.scss +++ b/packages/uhk-web/src/app/components/macro/list/macro-list.component.scss @@ -8,6 +8,7 @@ display: flex; flex: 1; justify-content: center; + padding-bottom: 2em; .list-wrapper { width: 90%;