Skip to content

Commit a84e327

Browse files
committed
fix: Constraining of link cells' width
1 parent 0e93f09 commit a84e327

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/charts/table/linked-cell-wrapper.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ import { Icon } from "@/icons";
1111

1212
const useStyles = makeStyles((theme: Theme) => ({
1313
link: {
14+
overflow: "hidden",
1415
display: "inline-flex",
1516
alignItems: "center",
1617
gap: theme.spacing(1),
18+
minWidth: 0,
1719
color: "inherit",
1820
fontWeight: "inherit",
1921
textDecoration: "none",

0 commit comments

Comments
 (0)