forked from open-webui/open-webui
fix: styling
This commit is contained in:
parent
06f7cba401
commit
264eb28455
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
<div class=" self-center text-xs font-medium">{$i18n.t('Language')}</div>
|
||||
<div class="flex items-center relative">
|
||||
<select
|
||||
class="dark:bg-gray-900 w-fit pr-8 rounded pt-2 pl-2 text-xs bg-transparent outline-none text-right"
|
||||
class=" dark:bg-gray-900 w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right"
|
||||
bind:value={lang}
|
||||
placeholder="Select a language"
|
||||
on:change={(e) => {
|
||||
|
|
Loading…
Reference in a new issue