From 06216c777cac699a9802ac2eba8b704387ee1dcd Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 31 May 2023 14:44:07 +0200 Subject: [PATCH] changed min-width to allow for button expand --- .../component/action-button-bar/action-button-bar.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/core/component/action-button-bar/action-button-bar.component.scss b/src/app/core/component/action-button-bar/action-button-bar.component.scss index a2300f12..9fe672f9 100644 --- a/src/app/core/component/action-button-bar/action-button-bar.component.scss +++ b/src/app/core/component/action-button-bar/action-button-bar.component.scss @@ -1,4 +1,5 @@ .action-button-with-margin { + min-width: unset; margin-right: 10px; margin-left: 10px; }