Limit user-table column width

This commit is contained in:
cuom1999 2023-11-27 19:23:48 -06:00
parent 09e01d620e
commit 26f26a1722
2 changed files with 3 additions and 5 deletions

View file

@ -59,8 +59,10 @@ th.header.rank {
vertical-align: middle;
}
.rank, .points, .problems, .username {
.rank, .points, .problems, .user-name {
white-space: nowrap;
max-width: 20em;
overflow: hidden;
}
.about-td {

View file

@ -1,8 +1,4 @@
<style>
#users-table .username {
min-width: 15em;
}
#users-table td {
height: 2.5em;
}