We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1492a commit b192a4aCopy full SHA for b192a4a
src/App.tsx
@@ -348,7 +348,7 @@ function App() {
348
</header>
349
350
{/* Main content */}
351
- <main className="container mx-auto px-4 py-6">
+ <main className="container mx-auto py-6">
352
{/* Filter bar */}
353
<div className="mb-6">
354
<FilterBar
src/components/Board/Board.tsx
@@ -508,7 +508,7 @@ export function Board({
508
role="main"
509
aria-label="Kanban Board"
510
aria-busy={isLoading}
511
- className="min-h-screen bg-bg-primary p-6"
+ className="min-h-screen bg-bg-primary py-6"
512
>
513
{/* Clear confirmation banner */}
514
{showClearConfirmation && (
0 commit comments