File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,11 @@ table#volunteers.dataTable.hover > tbody > tr.selected:hover > * {
3333 border : 1px solid #757575 ;
3434}
3535
36+ table #volunteers .dataTable {
37+ .emancipation-btn {
38+ padding : 5px 10px ;
39+ font-size : 10px ;
40+ line-height : 16px ;
41+ vertical-align : middle ;
42+ }
43+ }
Original file line number Diff line number Diff line change @@ -212,9 +212,14 @@ $(() => { // JQuery's callback for the DOM loading
212212 `
213213 } )
214214 const caseNumbers = `
215- <span class="mobile-label">Case Number(s) </span>
216- ${ links . join ( ', ' ) }
215+ <span class="mobile-label">Case Total </span>
216+ ${ links . length }
217217 `
218+
219+ // const caseNumbers = `
220+ // <span class="mobile-label">Case Number(s)</span>
221+ // ${links.join(', ')}
222+ // `
218223 return caseNumbers
219224 } ,
220225 orderable : false
You can’t perform that action at this time.
0 commit comments