mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: styling
This commit is contained in:
parent
9a064d9623
commit
7cfcf9b21d
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
|
|||
onSubmit={submitHandler}
|
||||
onStop={stopHandler}
|
||||
>
|
||||
<div slot="menu" class="flex items-center justify-between gap-2 w-full">
|
||||
<div slot="menu" class="flex items-center justify-between gap-2 w-full pr-2">
|
||||
<div>
|
||||
<Tooltip content={$i18n.t('Edit')} placement="top">
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue