min-w-nits

This commit is contained in:
Ruben Fiszel
2025-09-29 13:12:30 +00:00
parent 2caf8bed90
commit 85dbaff713
@@ -861,7 +861,7 @@
<div class="h-full flex relative flex-row flex-wrap {wrapperClass} visible" style={wrapperStyle}>
<!-- {Object.keys(schemaStripped?.properties ?? {}).length > 0} -->
{#if render && (autoRefresh || forceSchemaDisplay) && schemaStripped && Object.keys(schemaStripped?.properties ?? {}).length > 0}
<div class="px-2 h-fit min-h-0 w-full">
<div class="px-2 h-fit min-h-0 w-full min-w-[350px]">
<SchemaForm
noVariablePicker
onlyMaskPassword