Skip to content

Commit

Permalink
Stacks the pagination items vertically in catogories list
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed May 20, 2024
1 parent 0803015 commit 271a6a8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@
}
}
}

.block-editor-block-patterns-list .block-editor-patterns__grid-pagination {
flex-direction: column;
.block-editor-patterns__grid-pagination-previous,
.block-editor-patterns__grid-pagination-next {
flex-direction: column;
}
}

0 comments on commit 271a6a8

Please sign in to comment.