Skip to content

Commit

Permalink
get rid of empty spaces in dashboard (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauldom102 authored Oct 7, 2024
1 parent a87ff87 commit 482a544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/Widgets/Layout/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const _Dashboard = forwardRef<HTMLDivElement, DashboardProps>(
style={{
width: `${Math.floor((1 / columns) * 10000) / 100 - 0.05}%`,
}}
className="pb-4 pr-4 *:shadow"
className="pb-[0.01px] pr-4 *:mb-4 *:shadow"
>
{child}
</div>
Expand Down

0 comments on commit 482a544

Please sign in to comment.