organify-ui 0.3.13 → 0.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7146,7 +7146,7 @@ function KanbanBoard({
7146
7146
  {
7147
7147
  "data-tour": "kanban-board",
7148
7148
  className: cn(
7149
- "bg-void snap-x snap-mandatory sm:snap-none",
7149
+ "flex h-full overflow-x-auto gap-3 p-4 bg-void snap-x snap-mandatory sm:snap-none",
7150
7150
  "scrollbar-none",
7151
7151
  className
7152
7152
  ),