From 31199344e6d5db7731593161b5cd1bda62491672 Mon Sep 17 00:00:00 2001 From: karastoyanov on vivobook Date: Mon, 7 Oct 2024 00:19:34 +0300 Subject: [PATCH] user profile view - bio field word wrap updated --- app/static/css/user_profile.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/static/css/user_profile.css b/app/static/css/user_profile.css index b7ca256f..33dbbc22 100644 --- a/app/static/css/user_profile.css +++ b/app/static/css/user_profile.css @@ -131,6 +131,9 @@ body { margin-bottom: 20px; border: 0px; text-align: justify; + word-wrap: break-word; + overflow-wrap: break-word; + overflow: hidden; }