Move min-width to RaidCombobox, not Popover

This fixes #318
This commit is contained in:
Justin Edmund 2023-06-21 02:15:32 -07:00
parent 739c72f4e0
commit 651f48d5a6
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,6 @@
padding: $unit;
transform-origin: var(--radix-popover-content-transform-origin);
width: var(--radix-popover-trigger-width);
min-width: 440px;
z-index: 5;
@include breakpoint(phone) {

View file

@ -1,5 +1,6 @@
.Combobox.Raid {
box-sizing: border-box;
min-width: 440px;
.Header {
background: var(--dialog-bg);