From c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 13 Mar 2020 15:30:23 +0100 Subject: Fix margins/widths with top-menu and main-col on small screens --- .../my-account-notification-preferences.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences') diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss index 7cd5c3b46..0b292850e 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss @@ -15,8 +15,13 @@ } & > div { + padding: 10px; width: 350px; + &:nth-child(2) { + max-width: 60px !important; + } + @media screen and (max-width: $small-view) { width: auto; @@ -25,9 +30,4 @@ } } } - - & > div { - padding: 10px - } } - -- cgit v1.2.3