mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Merge pull request #1361 from thelounge/xpaw/fix-mobile-zalgo
Hide overflow on entire message row
This commit is contained in:
commit
e73f82e46c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue