File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
src/main/resources/io/jenkins/plugins/agent_build_history Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 5252
5353 <!-- Page Input Field -->
5454 <span class =" abh-page-label" >Page</span >
55- <input type =" number" id =" pageInput" class =" jenkins-input" min =" 1" max =" ${totalPages}" value =" ${page}" data-sort-column =" ${sortColumn}" data-sort-order =" ${sortOrder}" data-page-size =" ${pageSize}" />
55+ <input type =" number" id =" pageInput" class =" jenkins-input abh-page-input " min =" 1" max =" ${totalPages}" value =" ${page}" data-sort-column =" ${sortColumn}" data-sort-order =" ${sortOrder}" data-page-size =" ${pageSize}" />
5656 <span class =" abh-page-label" >of ${totalPages}</span >
5757
5858 <!-- Next button -->
6565
6666 <!-- Page Size Input -->
6767 <div class =" abh-page-size-selector" >
68- <label for =" pageSizeInput" >Items per page:</label >
69- <input type =" number" id =" pageSizeInput" class =" jenkins-input" min =" 1" value =" ${pageSize}" data-sort-column =" ${sortColumn}" data-sort-order =" ${sortOrder}" />
68+ <label class = " abh-page-label " for =" pageSizeInput" >Items per page:</label >
69+ <input type =" number" id =" pageSizeInput" class =" jenkins-input abh-page-input " min =" 1" value =" ${pageSize}" data-sort-column =" ${sortColumn}" data-sort-order =" ${sortOrder}" />
7070 </div >
7171 </div >
7272
Original file line number Diff line number Diff line change 9696 flex-direction : row;
9797 align-items : center;
9898 justify-content : flex-start;
99- margin-top : 20 px ;
99+ margin-bottom : 5 px ;
100100 gap : 20px ;
101101}
102102
103103.abh-pagination {
104104 display : flex;
105105 align-items : center;
106+ gap : 5px ;
106107}
107108
108109.abh-page-size-selector {
109110 display : flex;
110111 align-items : center;
111- gap : 10px ;
112+ gap : 5px ;
113+ }
114+
115+ .abh-page-input {
116+ max-width : 80px ;
112117}
113118
114119.abh-page-label {
115- margin : 0 5 px ;
120+ min-width : fit-content ;
116121}
You can’t perform that action at this time.
0 commit comments