From 2c3abc4fa796555eb7d25f416c4f41ab3e3ad8ca Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Apr 2019 11:18:19 +0200 Subject: Fix my account settings responsive --- .../my-account-notification-preferences.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss') 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 0274f47c5..7cd5c3b46 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 @@ -16,6 +16,14 @@ & > div { width: 350px; + + @media screen and (max-width: $small-view) { + width: auto; + + &:first-child { + flex-grow: 1; + } + } } & > div { -- cgit v1.2.3