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%;