From 4ec9699aa28a0d074b487a2d90dbb742fc1076cc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Jan 2025 10:05:31 +0100 Subject: [PATCH] Fix button alignment --- client/src/app/shared/shared-main/buttons/button.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/shared/shared-main/buttons/button.component.scss b/client/src/app/shared/shared-main/buttons/button.component.scss index b91a5c301..d448eec17 100644 --- a/client/src/app/shared/shared-main/buttons/button.component.scss +++ b/client/src/app/shared/shared-main/buttons/button.component.scss @@ -8,6 +8,7 @@ .action-button { width: 100%; // useful for ellipsis, allow to define a max-width on host component + vertical-align: top; // prevent additional height to the parent because of ellipsis my-loader.displayed { display: inline-flex;