From ca6b5ae4ca7728212a04b66d4dea19d91d73437b Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 21 Oct 2024 12:49:09 -0700 Subject: [PATCH] Merge pull request #21214 from overleaf/mf-new-gallery-search-result-pagination [web] Fix pagination in gallery search result GitOrigin-RevId: 2c34afd7bff2f2a47cc585e68433ac3fa4f16589 --- .../stylesheets/bootstrap-5/components/pagination.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 {