Commit 56e0e10
committed
fix(sidebar): prevent overflow in SidebarSeparator with horizontal orientation
Updated SidebarSeparator component to use `data-[orientation=horizontal]:w-auto` instead of `w-auto` to prevent overflow issues caused by underlying Separator classes.
The change makes the width override more specific, only applying to horizontal separators, which prevents conflicts with other Separator styling.
This change is applied to apps/v4 (apps/www is deprecated).1 parent c9311f2 commit 56e0e10
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
366 | 369 | | |
367 | 370 | | |
368 | 371 | | |
| |||
0 commit comments