Skip to content

Commit

Permalink
Fixes #3630 - HTML table in mail preview is misformatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebe92 committed Sep 27, 2022
1 parent 6c368ce commit 540550c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/assets/stylesheets/zammad.scss
Expand Up @@ -12283,11 +12283,17 @@ output {
width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
word-break: break-all;
word-break: keep-all;

col {
width: auto;
}

span,
p,
a {
word-break: break-all;
}
}

blockquote {
Expand Down

0 comments on commit 540550c

Please sign in to comment.