Merge pull request #1361 from thelounge/xpaw/fix-mobile-zalgo

Hide overflow on entire message row
This commit is contained in:
Jérémie Astori 2017-07-21 23:01:08 -04:00 committed by GitHub
commit e73f82e46c

View file

@ -874,6 +874,7 @@ kbd {
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; /* Webkit-specific */ word-break: break-word; /* Webkit-specific */
display: flex; display: flex;
overflow: hidden;
position: relative; position: relative;
} }
@ -967,7 +968,6 @@ kbd {
#chat .content { #chat .content {
flex: 1 1 auto; flex: 1 1 auto;
overflow: hidden;
} }
#loading a, #loading a,