fix(trading): ag-grid compactness adjustment (#5382)

This commit is contained in:
m.ray 2023-11-29 16:29:02 +02:00 committed by GitHub
parent bcf17bb34e
commit 0b0bcad9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ html [data-theme='dark'] {
.ag-theme-balham,
.ag-theme-balham-dark {
--ag-grid-size: 5px; /* Used for compactness */
--ag-grid-size: 3px; /* Used for compactness */
--ag-row-height: 36px;
--ag-header-height: 28px;
}