From 21459e55e6966df5a272b0b8d42fb52b23bbd7e3 Mon Sep 17 00:00:00 2001 From: Tom Ladendorf Date: Tue, 13 Oct 2015 13:33:47 -0500 Subject: [PATCH] added profile bio word breaks --- assets/css/directives/profile-widget.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/directives/profile-widget.scss b/assets/css/directives/profile-widget.scss index aedbb53b6..e9eec1edc 100644 --- a/assets/css/directives/profile-widget.scss +++ b/assets/css/directives/profile-widget.scss @@ -54,6 +54,7 @@ } p.description { + word-wrap: break-word; margin-top: 10px; font-size: 14px; line-height: 24px;