Fix wrapping/sizing of message bodies with long unbreakable text.
This commit is contained in:
parent
33ec63f097
commit
a0b0689e01
@ -10,7 +10,9 @@
|
||||
<style>
|
||||
|
||||
.message {
|
||||
padding: 0.5em;*/
|
||||
display: inline-block;
|
||||
padding: 0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
.message .headers {
|
||||
width: 100%;
|
||||
@ -27,12 +29,15 @@
|
||||
margin-left: -0.5em;
|
||||
margin-right: -0.5em;
|
||||
margin-top: 0.5em;
|
||||
width:0;
|
||||
min-width:100%;
|
||||
}
|
||||
.error {
|
||||
background-color: red;
|
||||
}
|
||||
.view-part-text-plain {
|
||||
white-space: pre-line;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
iframe {
|
||||
height: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user