diff --git a/projects/common/components/button/button.component.ts b/projects/common/components/button/button.component.ts
index 4719710bc7eaaa0bb0032568a18b2fe18be554ff..5c2ba802b62fa3dd658acfa9b89923e4b057bcc3 100644
--- a/projects/common/components/button/button.component.ts
+++ b/projects/common/components/button/button.component.ts
@@ -10,9 +10,7 @@ import { ElementComponent } from '../../directives/element-component.directive';
   template: `
     <div *ngIf="!elementModel.imageSrc && elementModel.asLink"
          [style.width.%]="100"
-         [style.height.%]="100"
-         fxLayout="column"
-         fxLayoutAlign="center stretch">
+         [style.height.%]="100">
       <a href="{{elementModel.action+'-'+elementModel.actionParam}}"
          [style.background-color]="elementModel.styling.backgroundColor"
          [style.color]="elementModel.styling.fontColor"