1
0
Fork 0
mirror of synced 2024-07-19 21:26:22 +12:00

Merge pull request #6770 from Kanary159357/fix/popover-min-width

Fix popover min-width to have parents full width
This commit is contained in:
melohagan 2022-08-12 17:21:36 +01:00 committed by GitHub
commit e4f24b29e0

View file

@ -63,7 +63,7 @@
<style>
.spectrum-Popover {
min-width: var(--spectrum-global-dimension-size-2000) !important;
min-width: var(--spectrum-global-dimension-size-2000);
}
.spectrum-Popover.is-open.spectrum-Popover--withTip {
margin-top: var(--spacing-xs);