"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "c31ff1f679aba108a8d7219543f11304d1038849"
Commit 264eb284 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent 06f7cba4
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<div class=" self-center text-xs font-medium">{$i18n.t('Language')}</div> <div class=" self-center text-xs font-medium">{$i18n.t('Language')}</div>
<div class="flex items-center relative"> <div class="flex items-center relative">
<select <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} bind:value={lang}
placeholder="Select a language" placeholder="Select a language"
on:change={(e) => { on:change={(e) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment