Add overflow-x: clip and min-width: 0 to all list view containers

Prevents content from escaping max-width boundaries across notes,
tasks, projects list, and project detail views.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 22:13:58 -05:00
parent c8b3d0f4e1
commit 3836f08007
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -602,6 +602,7 @@ function formatDate(dateStr?: string | null): string {
max-width: 1200px;
margin: 2rem auto;
padding: 0 1rem;
overflow-x: clip;
}
.page-header {