1
0
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:
Ralph Slooten 2023-07-11 16:47:09 +12:00
parent daf6e453df
commit e3e827b180

View File

@ -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;
}