Skip to content

Commit

Permalink
convivial-demo-35905: Allow pagination to be wrapped onto another line.
Browse files Browse the repository at this point in the history
Mirrored from (convivial-demo-35905).
  • Loading branch information
honzapara committed Jan 18, 2024
1 parent cc26838 commit fc7fbfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions base/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
@import "components/navigation/local-tasks";
@import "components/navigation/nav";
@import "components/navigation/navbar";
@import "components/pagination/pagination";
@import "components/page-alerts/page-alerts";
@import "components/page/page";
@import "components/paragraphs/paragraphs";
Expand Down
4 changes: 4 additions & 0 deletions components/pagination/_pagination.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.pagination {
flex-wrap: wrap;
justify-content: center;
}
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

0 comments on commit fc7fbfe

Please sign in to comment.