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 {