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;
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue