web: better wrapping behavior for plain text messages
This commit is contained in:
@@ -72,7 +72,9 @@
|
||||
.view-part-text-plain {
|
||||
padding: 0.5em;
|
||||
overflow-wrap: break-word;
|
||||
white-space: pre-line;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
iframe {
|
||||
@@ -261,7 +263,9 @@
|
||||
}
|
||||
|
||||
.content-tree {
|
||||
white-space: pre-line;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user