Merge pull request #14045 from ramonlsouza/change-menu-max-width

change dropdown menu max-width value
This commit is contained in:
Anton Georgiev 2022-01-10 14:16:12 -05:00 committed by GitHub
commit 6c21c690ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
border-radius: var(--border-radius);
border: 0;
z-index: 9999;
max-width: 16rem;
max-width: 22rem;
}
}