mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Wrap very long email addresses (#577)
This commit is contained in:
parent
f63edfa7cc
commit
92f2caf700
2 changed files with 18 additions and 11 deletions
|
|
@ -150,6 +150,13 @@ html.rl-no-preview-pane {
|
|||
border-radius: 5px;
|
||||
padding: 10px 15px;
|
||||
overflow: hidden;
|
||||
|
||||
.uiLine {
|
||||
}
|
||||
|
||||
.uiLabelValue {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.emptySubjectText {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue