mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-02-15 03:08:49 -06:00
fix: enforce left alignment of pagination controls by adding !important flag
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1 +1 @@
|
||||
7.5.9
|
||||
7.5.10
|
||||
|
||||
Reference in New Issue
Block a user