mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Relax the linespacing on messages in archives.
This commit is contained in:
@ -769,13 +769,13 @@ h3.messages {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: monospace, monospace;
|
font-family: monospace, monospace;
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
line-height: 1em;
|
line-height: 1.2em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-content p {
|
.message-content p {
|
||||||
margin-bottom: -0.7em;
|
margin-bottom: -1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-responses {
|
.message-responses {
|
||||||
|
Reference in New Issue
Block a user