Skip to content

Commit af2dcf8

Browse files
jsillljperals
andauthored
fix: remove side legend minimum width constraint (#138)
Co-authored-by: Joan Perals <[email protected]>
1 parent f5a3741 commit af2dcf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/styles.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@use "../../node_modules/@cloudscape-design/design-tokens/index.scss" as cs;
77

88
$side-legend-max-inline-size: 30%;
9-
$side-legend-min-inline-size: max(20%, 150px);
109

1110
.root {
1211
position: relative;
@@ -126,7 +125,6 @@ $side-legend-min-inline-size: max(20%, 150px);
126125
gap: cs.$space-scaled-s;
127126
margin-inline-start: cs.$space-scaled-s;
128127
max-inline-size: $side-legend-max-inline-size;
129-
min-inline-size: $side-legend-min-inline-size;
130128
}
131129

132130
.application {

0 commit comments

Comments
 (0)