mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Fix word-break css value (#1028)
This commit is contained in:
parent
4fcb4a4662
commit
fcfd54215a
3 changed files with 4 additions and 4 deletions
|
|
@ -233,7 +233,7 @@ select {
|
|||
border: none;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
padding: 0;
|
||||
word-break: break-word;
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue