diff --git a/client/web/admin/src/themes/corteza-base/custom.scss b/client/web/admin/src/themes/corteza-base/custom.scss index e9110150d..7d563d029 100644 --- a/client/web/admin/src/themes/corteza-base/custom.scss +++ b/client/web/admin/src/themes/corteza-base/custom.scss @@ -59,7 +59,12 @@ th { // custom height for resource lists with buttons .custom-resource-list-height { - height: calc(100vh - 115px); + height: calc(100vh - 120px); +} + +// custom height for resource lists without buttons +.custom-resource-list-height-no-buttons { + height: calc(100vh - 105px); } // to remove the gap on top of the sticky header table diff --git a/client/web/admin/src/views/Automation/Scripts/Index.vue b/client/web/admin/src/views/Automation/Scripts/Index.vue index 920dcce96..6d0f3acbe 100644 --- a/client/web/admin/src/views/Automation/Scripts/Index.vue +++ b/client/web/admin/src/views/Automation/Scripts/Index.vue @@ -1,5 +1,6 @@