mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
a123629f74
commit
8e7731f139
1 changed files with 2 additions and 2 deletions
|
|
@ -92,9 +92,9 @@
|
|||
<div class="mb-2 text-xs text-gray-500">{$i18n.t('System Prompt')}</div>
|
||||
<div>
|
||||
<Textarea
|
||||
className=" text-sm w-full bg-transparent outline-hidden resize-none overflow-y-hidden "
|
||||
className=" text-sm w-full bg-transparent outline-hidden "
|
||||
placeholder={`Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.`}
|
||||
rows={4}
|
||||
maxSize={200}
|
||||
bind:value={data.system_prompt}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue