summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-08 20:33:21 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-08 20:33:21 +0500
commit3d314c811f352d15069f088235fb79f4639f5b34 (patch)
tree9994aa74d020150d893a66506860f7ca27e5e11a /web/sass-files/sass/partials/_responsive.scss
parent22656ac1ae003c47e8f16c79467dddc1b0ea9d12 (diff)
downloadchat-3d314c811f352d15069f088235fb79f4639f5b34.tar.gz
chat-3d314c811f352d15069f088235fb79f4639f5b34.tar.bz2
chat-3d314c811f352d15069f088235fb79f4639f5b34.zip
Updating username width in RHS
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 09d498a69..5d6cbee60 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -160,6 +160,11 @@
.col__name {
pointer-events: none;
+
+ .user-popover {
+ max-width: 130px;
+ }
+
}
}