mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
fix: prevent valve inputs from overflowing the valves modal (#29203)
This commit is contained in:
parent
b2050bcd4d
commit
fe947f7e68
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
{#if (valves[property] ?? null) !== null}
|
||||
<!-- {valves[property]} -->
|
||||
<div class="flex mt-0.5 mb-0.5 space-x-2">
|
||||
<div class=" flex-1">
|
||||
<div class=" flex-1 min-w-0">
|
||||
{#if valvesSpec.properties[property]?.enum ?? null}
|
||||
<select
|
||||
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-hidden border border-gray-100/30 dark:border-gray-850/30"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue