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 f5a3741 commit af2dcf8Copy full SHA for af2dcf8
src/core/styles.scss
@@ -6,7 +6,6 @@
6
@use "../../node_modules/@cloudscape-design/design-tokens/index.scss" as cs;
7
8
$side-legend-max-inline-size: 30%;
9
-$side-legend-min-inline-size: max(20%, 150px);
10
11
.root {
12
position: relative;
@@ -126,7 +125,6 @@ $side-legend-min-inline-size: max(20%, 150px);
126
125
gap: cs.$space-scaled-s;
127
margin-inline-start: cs.$space-scaled-s;
128
max-inline-size: $side-legend-max-inline-size;
129
- min-inline-size: $side-legend-min-inline-size;
130
}
131
132
.application {
0 commit comments