diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss index e6ab3c036..40c6b6493 100644 --- a/client/src/app/+accounts/accounts.component.scss +++ b/client/src/app/+accounts/accounts.component.scss @@ -89,6 +89,10 @@ my-user-moderation-dropdown, text-align: center; } } + + .right-buttons { + margin-left: 0; + } } } } diff --git a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss index b739c5ae2..f6cdc11c0 100644 --- a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss +++ b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss @@ -21,7 +21,8 @@ height: 35px; & > button:first-child { - width: 175px; + width: max-content; + min-width: 175px; } button .extra-text {