Fix CSS
This commit is contained in:
parent
4e0dbbcd79
commit
6338709909
3 changed files with 7 additions and 10 deletions
|
@ -67,6 +67,13 @@ th.header.rank {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.about-td {
|
||||
max-height: 45px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
tr {
|
||||
transition: background-color linear .2s;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue