diff --git a/files/assets/css/main.css b/files/assets/css/main.css index b06c310b4..45cb1b456 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7659,3 +7659,8 @@ body { .table *, .playing-card_large { word-break: keep-all !important; } + +.user-card-bio { + max-height: 50px; + overflow-y: auto; +} diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index 8d55b3451..597e6566b 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -33,7 +33,7 @@ {%- endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] and not hide_bios and u.bio_html and u.can_see_my_shit %} -
{{u.bio_html | safe}}
+
{{u.bio_html | safe}}
{% endif %}