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

This commit is contained in:
m.ray
2023-11-29 14:29:02 +00:00
committed by GitHub
parent bcf17bb34e
commit 0b0bcad9b3
+1 -1
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;
}