summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-05-01 09:18:21 +0500
committerChristopher Speller <crspeller@gmail.com>2017-05-01 00:18:21 -0400
commit5ab7726c1ec72678e505b87335eb011f97a09b3c (patch)
tree196c3727bba1dd0b81fae9b2b26689f0a5652378 /webapp/sass/responsive
parent6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c (diff)
downloadchat-5ab7726c1ec72678e505b87335eb011f97a09b3c.tar.gz
chat-5ab7726c1ec72678e505b87335eb011f97a09b3c.tar.bz2
chat-5ab7726c1ec72678e505b87335eb011f97a09b3c.zip
Multiple Ui fixes (#6272)
* PLT-6453 - Improving headings in the web app * PLT-6414 - Fixing view members modal issue * PLT-5863 - Fixing alignment in new channel menu * PLT-6391 - Fixing code block overlay
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 96fb86843..45707913c 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -727,8 +727,17 @@
z-index: 5;
.modal-title {
+ max-width: 100%;
+ padding: 0 40px;
text-align: center;
width: 100%;
+
+ > span {
+ display: block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
}
}