Skip to content

Commit 7563d10

Browse files
Merge pull request #736 from appwrite/wc-fix-dropdown-width
Fixes dropdown width
2 parents 7e2321d + 1e5f10f commit 7563d10

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/lib/elements/forms/inputSelectSearch.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
export let hideRequired = false;
2525
export let disabled = false;
2626
export let fullWidth = false;
27-
export let fullWidthDrop = true;
2827
export let autofocus = false;
2928
export let interactiveOutput = false;
3029
// stretch is used inside of a flex container to give the element flex:1
@@ -120,7 +119,6 @@
120119
scrollable
121120
placement="bottom-end"
122121
position="static"
123-
fullWidth={fullWidthDrop}
124122
fixed>
125123
<Label {required} {hideRequired} {optionalText} hide={!showLabel} for={id} {tooltip}>
126124
{label}

src/routes/console/organization-[organization]/billing/budgetAlert.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
label="Percentage (%) of budget cap"
9292
placeholder="Select a percentage"
9393
id="alerts"
94-
fullWidthDrop={false}
9594
{options}
9695
bind:search
9796
bind:value={selectedAlert}

0 commit comments

Comments
 (0)