Skip to content

Commit

Permalink
Update BoardColumn.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgegriff authored Nov 12, 2023
1 parent 9e2f7ff commit 51d8da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BoardColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function BoardColumn({ column, tasks, isOverlay }: BoardColumnProps) {
export function BoardContainer({ children }: { children: React.ReactNode }) {
const dndContext = useDndContext();

const variations = cva("overflow-x-auto px-2 md:px-0 flex", {
const variations = cva("overflow-x-auto px-2 md:px-0 flex md:justify-center", {
variants: {
dragging: {
default: "snap-x snap-mandatory",
Expand Down

0 comments on commit 51d8da8

Please sign in to comment.