This commit is contained in:
cuom1999 2021-12-27 17:40:21 +07:00
parent 4e0dbbcd79
commit 6338709909
3 changed files with 7 additions and 10 deletions

View file

@ -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;