Skip to content

Commit

Permalink
Merge pull request open-webui#1936 from open-webui/dev
Browse files Browse the repository at this point in the history
fix: styling issue
  • Loading branch information
tjbck authored May 3, 2024
2 parents eaaa753 + ecc841c commit 4756506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/components/chat/ModelSelector/Selector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@
</div>
{/each}
</div>

<div class="hidden w-[42rem]" />
<div class="hidden w-[32rem]" />
</slot>
</DropdownMenu.Content>
</DropdownMenu.Root>
Expand Down

0 comments on commit 4756506

Please sign in to comment.