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:
Benjamin Lu
2025-06-30 15:43:34 -04:00
parent 1bd85099ec
commit e25a6e5068

View File

@@ -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>