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;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-td {
|
||||||
|
max-height: 45px;
|
||||||
|
overflow: hidden;
|
||||||
|
cursor: pointer;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
transition: background-color linear .2s;
|
transition: background-color linear .2s;
|
||||||
|
|
||||||
|
|
|
@ -15,11 +15,6 @@
|
||||||
.user-points, .user-problem-count, .rating-td {
|
.user-points, .user-problem-count, .rating-td {
|
||||||
font-family: cursive;
|
font-family: cursive;
|
||||||
}
|
}
|
||||||
.about-td {
|
|
||||||
max-height: 45px;
|
|
||||||
overflow:hidden;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{% if is_admin %}
|
{% if is_admin %}
|
||||||
|
|
|
@ -13,11 +13,6 @@
|
||||||
.user-points, .user-problem-count, .rating-td {
|
.user-points, .user-problem-count, .rating-td {
|
||||||
font-family: cursive;
|
font-family: cursive;
|
||||||
}
|
}
|
||||||
.about-td {
|
|
||||||
max-height: 45px;
|
|
||||||
overflow:hidden;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue