mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-14 02:33:13 +02:00
UI: Wrap HTML source lines
Why does Gmail put everything on a single line?!
This commit is contained in:
parent
daf6e453df
commit
e3e827b180
@ -92,6 +92,10 @@
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
#nav-html-source pre[class*="language-"] code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#nav-plain-text .text-view {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user