diff --git a/resources/users.scss b/resources/users.scss index e8fbf98..9d7df85 100644 --- a/resources/users.scss +++ b/resources/users.scss @@ -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; diff --git a/templates/organization/users.html b/templates/organization/users.html index e6518b6..e960f3e 100644 --- a/templates/organization/users.html +++ b/templates/organization/users.html @@ -15,11 +15,6 @@ .user-points, .user-problem-count, .rating-td { font-family: cursive; } - .about-td { - max-height: 45px; - overflow:hidden; - cursor: pointer; - } {% if is_admin %} diff --git a/templates/user/list.html b/templates/user/list.html index 5fbe312..01cbb02 100644 --- a/templates/user/list.html +++ b/templates/user/list.html @@ -13,11 +13,6 @@ .user-points, .user-problem-count, .rating-td { font-family: cursive; } - .about-td { - max-height: 45px; - overflow:hidden; - cursor: pointer; - } {% endblock %}