Skip to content

Commit 79e0370

Browse files
committed
fix: page pills should wrap in a row
1 parent 6595841 commit 79e0370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pods/components/pagination-pills/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nav aria-label="Page navigation">
2-
<ul class="pagination justify-content-center">
2+
<ul class="pagination justify-content-center flex-wrap">
33
<li class="page-item">
44
<button
55
class="page-link"

0 commit comments

Comments
 (0)