mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 15:41:08 +00:00
Decrease spacing between paragraphs in message content view in archives.
This should make it both easier to read and scroll through the text.
This commit is contained in:
@ -775,7 +775,7 @@ h3.messages {
|
||||
}
|
||||
|
||||
.message-content p {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: -0.7em;
|
||||
}
|
||||
|
||||
.message-responses {
|
||||
|
Reference in New Issue
Block a user