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