File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,35 @@ button:focus,
219219 white-space : nowrap;
220220}
221221
222+ /* Right-align % Resolved columns in main leaderboard tables */
223+ .data-table th : nth-child (2 ),
224+ .data-table td : nth-child (2 ) {
225+ text-align : right;
226+ }
227+
228+ /* Right-align percentage columns in results tables (viewer page) */
229+ .table-results th : nth-child (4 ),
230+ .table-results td : nth-child (4 ) {
231+ text-align : right;
232+ }
233+
234+ /* Right-align resolution rate columns in multilingual tables */
235+ .table th : last-child ,
236+ .table td : last-child {
237+ text-align : right;
238+ }
239+
240+ /* Override for columns that should be centered */
241+ .table th : last-child .centered-text ,
242+ .table td : last-child .centered-text {
243+ text-align : center !important ;
244+ }
245+
246+ /* Centered text columns (for logs, trajs, site columns) */
247+ .centered-text {
248+ text-align : center !important ;
249+ }
250+
222251/* Sticky header styles - consolidated */
223252.scrollable thead th ,
224253.table-responsive thead th {
You can’t perform that action at this time.
0 commit comments