From 72965ff818cfce034563daf2c98aeb45102f9a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 15 Sep 2015 12:14:51 +0200 Subject: [PATCH] Fix long names in user profiles --- app/modules/profile/styles/profile-bar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/modules/profile/styles/profile-bar.scss b/app/modules/profile/styles/profile-bar.scss index 200fcad0..6cb27072 100644 --- a/app/modules/profile/styles/profile-bar.scss +++ b/app/modules/profile/styles/profile-bar.scss @@ -69,6 +69,7 @@ line-height: 1.2; margin-bottom: .25rem; text-transform: none; + word-wrap: break-word; } .not-full-name { word-wrap: break-word;