Skip to content

Commit 9ffdbc3

Browse files
authored
Merge pull request #8 from raghavkanwal/main
Change height to support single or double options
2 parents dad383d + 4b0652e commit 9ffdbc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/CommandPalette.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
width: 60%;
233233
max-width: 640px;
234234
max-height: 400px;
235+
height: fit-content;
235236
margin: 0 auto;
236237
display: flex;
237238
flex-direction: column;

0 commit comments

Comments
 (0)