Skip to content

Commit

Permalink
fix css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
djsisson committed Nov 6, 2024
1 parent cef74cc commit 8fbc778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ const SidebarMenuSkeleton = React.forwardRef<
/>
)}
<Skeleton
className="h-4 max-w-[--skeleton-width] flex-1"
className="h-4 max-w-[var(--skeleton-width)] flex-1"
data-sidebar="menu-skeleton-text"
style={
{
Expand Down

0 comments on commit 8fbc778

Please sign in to comment.