From 8f0b70164bff8cac830072deb5374222b79cd24d Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Tue, 7 Dec 2021 13:04:23 +0100 Subject: [PATCH] Fixed issue with ui-link-button --- libs/ui/src/link-button/link-button.component.html | 5 +++++ libs/ui/src/link-button/link-button.component.scss | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/ui/src/link-button/link-button.component.html b/libs/ui/src/link-button/link-button.component.html index 8b24a84..bf194e4 100644 --- a/libs/ui/src/link-button/link-button.component.html +++ b/libs/ui/src/link-button/link-button.component.html @@ -11,6 +11,11 @@ + diff --git a/libs/ui/src/link-button/link-button.component.scss b/libs/ui/src/link-button/link-button.component.scss index 9122f10..bc977ac 100644 --- a/libs/ui/src/link-button/link-button.component.scss +++ b/libs/ui/src/link-button/link-button.component.scss @@ -5,8 +5,6 @@ &--full-width { width: 100%; - display: flex; - justify-content: space-between; } } .ui-link-rounded-button {