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 486ed7c commit 329ba72Copy full SHA for 329ba72
packages/@adobe/spectrum-css-temp/components/dropdown/index.css
@@ -27,6 +27,9 @@ governing permissions and limitations under the License.
27
inline-size: var(--spectrum-dropdown-width);
28
min-inline-size: var(--spectrum-dropdown-min-width);
29
30
+ /* Ensure that changing the selected item doesn't affect the size of the dropdown and its parents */
31
+ contain: size;
32
+
33
/* Hack to enable select-powered Dropdowns */
34
select {
35
appearance: none;
0 commit comments