mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 09:30:06 +00:00
Adjust widget test panel layout from 3 to 2 columns
Changed the grid layout of the widget test panel from 3 columns (xl:grid-cols-3) to 2 columns maximum for better widget visibility and usability
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
|
||||
<ScrollPanel class="h-[60vh]">
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-4 pr-4">
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4 pr-4">
|
||||
<!-- Text Input Widget -->
|
||||
<div class="border rounded-lg p-4">
|
||||
<h3 class="font-semibold mb-2">Text Input (STRING)</h3>
|
||||
|
||||
Reference in New Issue
Block a user