mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
add margin to make outline visible
This commit is contained in:
parent
bed2c7e34f
commit
64b583dc29
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
{#each selectedModels as selectedModel, selectedModelIdx}
|
||||
<div class="flex w-full max-w-fit">
|
||||
<div class="overflow-hidden w-full">
|
||||
<div class="mr-1 max-w-full">
|
||||
<div class="m-1 max-w-full">
|
||||
<Selector
|
||||
id={`${selectedModelIdx}`}
|
||||
placeholder={$i18n.t('Select a model')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue