We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e93f09 commit a84e327Copy full SHA for a84e327
app/charts/table/linked-cell-wrapper.tsx
@@ -11,9 +11,11 @@ import { Icon } from "@/icons";
11
12
const useStyles = makeStyles((theme: Theme) => ({
13
link: {
14
+ overflow: "hidden",
15
display: "inline-flex",
16
alignItems: "center",
17
gap: theme.spacing(1),
18
+ minWidth: 0,
19
color: "inherit",
20
fontWeight: "inherit",
21
textDecoration: "none",
0 commit comments