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 {
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
<style>
|
||||
#users-table .username {
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
#users-table td {
|
||||
height: 2.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue