Tweak CSS for viewing body of messages
This commit is contained in:
parent
1b00c9e944
commit
569781b592
601
Cargo.lock
generated
601
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,6 @@
|
|||||||
.body {
|
.body {
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 0.5em;
|
|
||||||
margin-left: -0.5em;
|
margin-left: -0.5em;
|
||||||
margin-right: -0.5em;
|
margin-right: -0.5em;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
@ -36,8 +35,9 @@
|
|||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
.view-part-text-plain {
|
.view-part-text-plain {
|
||||||
white-space: pre-line;
|
padding: 0.5em;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
iframe {
|
iframe {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user