Skip to content

Commit 3224ab8

Browse files
authored
Label of buttons are now left aligned in computation results (#3438)
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent c78c570 commit 3224ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/results/common/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ export enum FilterType {
4242
export const resultsStyles = {
4343
sldLink: {
4444
color: 'node.background',
45-
width: '100%',
45+
maxWidth: '100%',
4646
},
4747
} as const satisfies MuiStyles;

0 commit comments

Comments
 (0)