feat: Enhance note dialog layouts, improve text wrapping, and refine component styling.

This commit is contained in:
2025-12-29 14:23:19 +01:00
parent 5634555d89
commit 68a11ea551
5 changed files with 20 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ export default function DashboardPage() {
return (
<Masonry
breakpointCols={masonryBreakpoints}
className="flex -ml-4 w-auto"
className="flex w-auto"
columnClassName="pl-4 bg-clip-padding"
>
{notesList.map((note: Note) => (