diff --git a/frontend/web/css/general_styles.css b/frontend/web/css/general_styles.css index 40051d4..281743d 100755 --- a/frontend/web/css/general_styles.css +++ b/frontend/web/css/general_styles.css @@ -131,6 +131,9 @@ .user p { font-size: 18px; margin-bottom: 0; + max-width: 170px; + height: 21px; + overflow: hidden; } .user a{ color: #6b84b5; -- libgit2 0.21.4