We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78c570 commit 3224ab8Copy full SHA for 3224ab8
src/components/results/common/utils.ts
@@ -42,6 +42,6 @@ export enum FilterType {
42
export const resultsStyles = {
43
sldLink: {
44
color: 'node.background',
45
- width: '100%',
+ maxWidth: '100%',
46
},
47
} as const satisfies MuiStyles;
0 commit comments