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;