mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-03 12:41:22 +02:00
fix: prevent valve inputs from overflowing the valves modal (#29203)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user