summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_navigation.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-29 12:19:31 +0500
committerCorey Hulen <corey@hulen.com>2016-04-29 00:19:31 -0700
commitf9d2b1310b453c0d4e318ac2242570ed93dd7d14 (patch)
tree6a995ffce5d689a389b5adde19b0b4bf28d284ef /webapp/sass/layout/_navigation.scss
parent4ae72ad1a878fdf1fc3a25068e783e5a24432f08 (diff)
downloadchat-f9d2b1310b453c0d4e318ac2242570ed93dd7d14.tar.gz
chat-f9d2b1310b453c0d4e318ac2242570ed93dd7d14.tar.bz2
chat-f9d2b1310b453c0d4e318ac2242570ed93dd7d14.zip
Reverting center channel margins and fixing the channel names (#2823)
Fixing margin for channel intro Adjusting margins for preformatted text
Diffstat (limited to 'webapp/sass/layout/_navigation.scss')
-rw-r--r--webapp/sass/layout/_navigation.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/sass/layout/_navigation.scss b/webapp/sass/layout/_navigation.scss
index 2008b247a..70b9eb133 100644
--- a/webapp/sass/layout/_navigation.scss
+++ b/webapp/sass/layout/_navigation.scss
@@ -72,10 +72,10 @@
color: $white;
display: inline-block;
font-weight: 600;
- margin-right: 3px;
+ margin-right: 5px;
+ max-width: calc(100% - 200px);
overflow: hidden;
vertical-align: top;
- width: calc(100% - 200px);
}
.header-dropdown__icon {