css: Fix AG Grid cell line height by setting internal property to none (#4870)
* 📝 (App.css): add style for ag-cell class to remove internal calculated line height for better UI appearance * 📝 (App.css): update CSS to remove internal calculated line height for specific elements in ag-grid cells
This commit is contained in:
parent
f90e980cb5
commit
803b5b2c1d
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue