mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Reduce column header letter spacing a touch.
This commit is contained in:
@@ -480,7 +480,10 @@ fieldset[disabled] .form-control {
|
|||||||
.backgrid th, .backgrid td {
|
.backgrid th, .backgrid td {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing:0.7px
|
}
|
||||||
|
|
||||||
|
.backgrid th {
|
||||||
|
letter-spacing:0.5px
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgrid td {
|
.backgrid td {
|
||||||
|
|||||||
Reference in New Issue
Block a user