mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-15 21:34:46 +00:00
Add a top margin on the newstag
The newstag label was sitting close on the textblock, add a bit of top-margin to create separation. Reviewed by: Magnus Hagander <magnus@hagander.net>
This commit is contained in:
@ -191,6 +191,7 @@ span.newstag {
|
||||
border-radius: 6px;
|
||||
display: inline-block;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
span.newstag a {
|
||||
|
Reference in New Issue
Block a user