diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/pagination.scss b/services/web/frontend/stylesheets/bootstrap-5/components/pagination.scss index 2273267958..f2cbb00b41 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/pagination.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/pagination.scss @@ -9,7 +9,8 @@ display: inline-block; > a, - > span { + > span, + > button { position: relative; float: left; // Collapse white-space padding: var(--spacing-04) var(--spacing-06); @@ -32,14 +33,16 @@ &:first-child { > a, - > span { + > span, + > button { margin-left: 0; } } } > .active > a, - > .active > span { + > .active > span, + > .active > button { &, &:hover, &:focus {