We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d078b14 commit 9941631Copy full SHA for 9941631
app/charts/table/cell-desktop.tsx
@@ -84,6 +84,7 @@ export const CellDesktop = ({
84
<Box
85
component="span"
86
sx={{
87
+ lineHeight: 1.5,
88
...(shouldApplyWidthLimits && {
89
overflow: "hidden",
90
textOverflow: "ellipsis",
app/charts/table/table-content.tsx
@@ -138,6 +138,7 @@ export const TableContent = ({ children }: { children: ReactNode }) => {
138
139
140
fontWeight: "bold",
141
142
...(hasWidthLimit && {
143
144
0 commit comments