mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-15 21:34:46 +00:00
Fix a typo that causes inconsistent line heights in the archives.
A typo caused the h3.messages class to be larger than the h1.subject class that was apparent when reading the archives. This makes both the CSS valid as well as brings a better user experience.
This commit is contained in:

committed by
Jonathan S. Katz

parent
f13fc8ae9b
commit
a01e20616a
@ -747,7 +747,7 @@ th.formfieldnamecontainer {
|
||||
|
||||
h3.messages {
|
||||
text-transform: none;
|
||||
font-size 1.2em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.message-header {
|
||||
|
Reference in New Issue
Block a user