style(ConfigManager): improve web search provider dropdown
This commit is contained in:
@ -307,7 +307,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<USelect
|
<USelect
|
||||||
v-model="config.webSearch.provider"
|
v-model="config.webSearch.provider"
|
||||||
class="w-30"
|
class="w-full"
|
||||||
:items="webSearchProviderOptions"
|
:items="webSearchProviderOptions"
|
||||||
/>
|
/>
|
||||||
</UFormField>
|
</UFormField>
|
||||||
|
Reference in New Issue
Block a user