diff --git a/src/frontend/src/App.css b/src/frontend/src/App.css index c1ab30e00..2cd6f1d45 100644 --- a/src/frontend/src/App.css +++ b/src/frontend/src/App.css @@ -183,3 +183,11 @@ body { code { font-family: var(--font-mono) s !important; } + +.ag-cell { + --ag-internal-calculated-line-height: none !important; +} + +.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) { + --ag-internal-calculated-line-height: none !important; +}