fix: enforce left alignment of pagination controls by adding !important flag

This commit is contained in:
Admin9705
2025-06-06 17:21:20 -04:00
parent 0975462bf8
commit a3580a6ffc
2 changed files with 3 additions and 3 deletions

View File

@@ -692,7 +692,7 @@
/* Mobile pagination controls */
.pagination-controls {
flex-wrap: wrap;
justify-content: flex-start;
justify-content: flex-start !important;
gap: 10px;
margin: 15px 0;
padding: 0;
@@ -938,7 +938,7 @@
/* Pagination controls styling to match history section */
.pagination-controls {
display: flex;
justify-content: flex-start;
justify-content: flex-start !important;
align-items: center;
gap: 15px;
margin: 20px 0;

View File

@@ -1 +1 @@
7.5.9
7.5.10