Hide overflow on entire message row

Fixes #1360
This commit is contained in:
Pavel Djundik 2017-07-21 15:00:42 +03:00 committed by GitHub
parent f642a3c776
commit 74ca130d51

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,