Skip to content

Commit a3580a6

Browse files
committed
fix: enforce left alignment of pagination controls by adding !important flag
1 parent 0975462 commit a3580a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/templates/components/logs_section.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
/* Mobile pagination controls */
693693
.pagination-controls {
694694
flex-wrap: wrap;
695-
justify-content: flex-start;
695+
justify-content: flex-start !important;
696696
gap: 10px;
697697
margin: 15px 0;
698698
padding: 0;
@@ -938,7 +938,7 @@
938938
/* Pagination controls styling to match history section */
939939
.pagination-controls {
940940
display: flex;
941-
justify-content: flex-start;
941+
justify-content: flex-start !important;
942942
align-items: center;
943943
gap: 15px;
944944
margin: 20px 0;

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.9
1+
7.5.10

0 commit comments

Comments
 (0)