We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4586fc0 commit ee58184Copy full SHA for ee58184
.yarnrc.yml
@@ -1,5 +1,3 @@
1
-enableImmutableInstalls: false
2
-
3
nodeLinker: node-modules
4
5
yarnPath: .yarn/releases/yarn-3.6.0.cjs
packages/components/src/select/select.styles.ts
@@ -86,6 +86,11 @@ export const selectStyles: FoundationElementTemplate<
86
width: 100%;
87
}
88
89
+ :host([autowidth]) ::slotted([role='option']),
90
+ :host([autowidth]) ::slotted(option) {
91
+ padding: 0 calc(1em + ${designUnit} * 1.25px + 1px);
92
+ }
93
+
94
.listbox[hidden] {
95
display: none;
96
0 commit comments