Browse Source
Merge pull request #6770 from Kanary159357/fix/popover-min-width
Fix popover min-width to have parents full width
pull/7310/head
melohagan
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/bbui/src/Popover/Popover.svelte
|
|
@ -63,7 +63,7 @@ |
|
|
|
|
|
|
|
|
<style> |
|
|
<style> |
|
|
.spectrum-Popover { |
|
|
.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 { |
|
|
.spectrum-Popover.is-open.spectrum-Popover--withTip { |
|
|
margin-top: var(--spacing-xs); |
|
|
margin-top: var(--spacing-xs); |
|
|
|