From cc50dab0e450fb853d37ea92fca4d5653f6af14d Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 25 Mar 2018 22:23:35 +0300 Subject: [PATCH] User panel now have auto width --- src/components/accounts/accountSwitcher.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/accounts/accountSwitcher.scss b/src/components/accounts/accountSwitcher.scss index 1bcf0ce..cfe2b96 100644 --- a/src/components/accounts/accountSwitcher.scss +++ b/src/components/accounts/accountSwitcher.scss @@ -24,7 +24,7 @@ $lightBorderColor: #eee; .lightAccountSwitcher { background: #fff; color: #444; - width: 205px; + min-width: 205px; $border: 1px solid $lightBorderColor; border-left: $border; @@ -79,6 +79,7 @@ $lightBorderColor: #eee; .link { font-size: 12px; margin-bottom: 3px; + white-space: nowrap; &:last-of-type { margin-bottom: 0;