Merge pull request #6770 from Kanary159357/fix/popover-min-width
Fix popover min-width to have parents full width
This commit is contained in:
commit
e4f24b29e0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue