mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 15:41:08 +00:00
Preserve whitespace and newlines in messages in the archive.
This will help with readability of code segments and match what people see in their email clients.
This commit is contained in:
@ -768,9 +768,14 @@ h3.messages {
|
||||
.message-content {
|
||||
display: inline-block;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 0.8em;
|
||||
line-height: 1.2em;
|
||||
font-size: 0.7em;
|
||||
line-height: 1em;
|
||||
margin: 0 auto;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.message-content p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.message-responses {
|
||||
|
Reference in New Issue
Block a user