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;

View file

@ -15,11 +15,6 @@
.user-points, .user-problem-count, .rating-td {
font-family: cursive;
}
.about-td {
max-height: 45px;
overflow:hidden;
cursor: pointer;
}
</style>
{% if is_admin %}

View file

@ -13,11 +13,6 @@
.user-points, .user-problem-count, .rating-td {
font-family: cursive;
}
.about-td {
max-height: 45px;
overflow:hidden;
cursor: pointer;
}
</style>
{% endblock %}