fix chat messages overflowing horizontally
This commit is contained in:
parent
58751020c8
commit
e822253afb
1 changed files with 3 additions and 0 deletions
|
|
@ -262,6 +262,9 @@ function showMenu(ev: MouseEvent, contextmenu = false) {
|
|||
|
||||
.body {
|
||||
margin: 0 12px;
|
||||
|
||||
// https://stackoverflow.com/questions/36230944/prevent-flex-items-from-overflowing-a-container
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue