aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-notification-preferences
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss10
1 files changed, 5 insertions, 5 deletions
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 @@
15 } 15 }
16 16
17 & > div { 17 & > div {
18 padding: 10px;
18 width: 350px; 19 width: 350px;
19 20
21 &:nth-child(2) {
22 max-width: 60px !important;
23 }
24
20 @media screen and (max-width: $small-view) { 25 @media screen and (max-width: $small-view) {
21 width: auto; 26 width: auto;
22 27
@@ -25,9 +30,4 @@
25 } 30 }
26 } 31 }
27 } 32 }
28
29 & > div {
30 padding: 10px
31 }
32} 33}
33