Skip to content

Commit d6f5f59

Browse files
committed
fix: Bar cell alignment
1 parent e0c1cae commit d6f5f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/charts/table/cell-desktop.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export const CellDesktop = ({
146146
sx={{
147147
flexDirection: "column",
148148
justifyContent: "center",
149+
alignItems: "flex-end",
149150
// Padding is a constant accounted for in the
150151
// widthScale domain (see table state).
151152
px: `${BAR_CELL_PADDING}px`,

0 commit comments

Comments
 (0)