We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0975462 commit a3580a6Copy full SHA for a3580a6
frontend/templates/components/logs_section.html
@@ -692,7 +692,7 @@
692
/* Mobile pagination controls */
693
.pagination-controls {
694
flex-wrap: wrap;
695
- justify-content: flex-start;
+ justify-content: flex-start !important;
696
gap: 10px;
697
margin: 15px 0;
698
padding: 0;
@@ -938,7 +938,7 @@
938
/* Pagination controls styling to match history section */
939
940
display: flex;
941
942
align-items: center;
943
gap: 15px;
944
margin: 20px 0;
version.txt
@@ -1 +1 @@
1
-7.5.9
+7.5.10
0 commit comments