Skip to content

Commit

Permalink
more bug fix for leaderboard (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: Shishir Patil <[email protected]>
  • Loading branch information
HuanzhiMao and ShishirPatil authored Feb 27, 2024
1 parent 9af2a7c commit 17f8e08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/css/leaderboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}


#leaderboard {
width: auto; /* Allows the table to expand naturally based on content */
border-collapse: collapse;
table-layout: auto; /* Default layout for the table */
}



#leaderboard td, #leaderboard th {
word-wrap: break-word; /* Allows words to break and wrap to the next line */
overflow-wrap: break-word; /* Ensures wrapping at break points */
Expand Down

0 comments on commit 17f8e08

Please sign in to comment.