summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_headers.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-10 23:48:45 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-11 02:48:45 +0800
commit87e62e8823e0894afab93326b0e1db2e12c53848 (patch)
tree345c4d54fd2f960cd2f2501afef27739802a62cf /webapp/sass/layout/_headers.scss
parent45e7ad0c3428b4a050fedb354048f8a66aedf2a0 (diff)
downloadchat-87e62e8823e0894afab93326b0e1db2e12c53848.tar.gz
chat-87e62e8823e0894afab93326b0e1db2e12c53848.tar.bz2
chat-87e62e8823e0894afab93326b0e1db2e12c53848.zip
Minor UI fixes for 4.0 (#6899)
* PLT-7056 - Fixing profile popover position * PLT-7082 - Removing extra space below header * PLT-7074 - Channel header fix * PLT-7054 - Fixing scroll inside members popover * Updating mention highlight color for default theme
Diffstat (limited to 'webapp/sass/layout/_headers.scss')
-rw-r--r--webapp/sass/layout/_headers.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index b515e40cf..1ca81c880 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -197,13 +197,13 @@
display: inline-block;
height: 35px;
margin-top: -10px;
- max-width: calc(100vw - 720px);
+ max-width: calc(100vw - 740px);
overflow: hidden;
padding: 3px 0 0;
position: relative;
text-overflow: ellipsis;
top: 10px;
- white-space: nowrap;
+ white-space: pre;
word-break: break-word;
.markdown__heading {
@@ -212,7 +212,7 @@
}
.multi-teams & {
- max-width: calc(100vw - 790px);
+ max-width: calc(100vw - 810px);
}
&.light {
@@ -226,10 +226,10 @@
}
.move--left & {
- max-width: calc(100vw - 790px);
+ max-width: calc(100vw - 810px);
.multi-teams & {
- max-width: calc(100vw - 840px);
+ max-width: calc(100vw - 860px);
}
}