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 51d8da8 commit eb7f64e
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 md:justify-center", {
const variations = cva("overflow-x-auto px-2 md:px-0 flex lg:justify-center", {
variants: {
dragging: {
default: "snap-x snap-mandatory",
Expand Down

0 comments on commit eb7f64e

Please sign in to comment.