Limit user-table column width
This commit is contained in:
parent
09e01d620e
commit
26f26a1722
2 changed files with 3 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue