mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +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 {
|
.message-content p {
|
||||||
margin-bottom: 0;
|
margin-bottom: -0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-responses {
|
.message-responses {
|
||||||
|
Reference in New Issue
Block a user