summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-12 21:40:10 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-13 01:40:10 +0900
commit62f925b059852a9b17ff8e972b1cb50834cdb481 (patch)
tree88907023f09cf4018f6ec078b5ff6d070389c4c4 /webapp
parent28702d32e16dc33b10d479ec58c9580617b0dabe (diff)
downloadchat-62f925b059852a9b17ff8e972b1cb50834cdb481.tar.gz
chat-62f925b059852a9b17ff8e972b1cb50834cdb481.tar.bz2
chat-62f925b059852a9b17ff8e972b1cb50834cdb481.zip
PLT-7101 - Reducing LHS header font size (#6922)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_headers.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index 5bebfcd4d..9a4d6771e 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -318,7 +318,7 @@
@include legacy-pie-clearfix;
@include display-flex();
@include flex-direction(row-reverse);
- padding: 16px 47px 12px 12px;
+ padding: 16px 40px 12px 12px;
position: relative;
&:before {
@@ -433,9 +433,9 @@
.team__name,
.user__name {
display: block;
- font-size: 16px;
+ font-size: 14px;
font-weight: 600;
- max-width: 85%;
+ max-width: 100%;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;