From 32f86afbebf1219409b1d71a0444ed3c2679d775 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 11 Dec 2013 17:56:22 +0000 Subject: [PATCH] Allow word-breaks in changeset comments --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index fa6136089..8b57a12fe 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1025,6 +1025,7 @@ header .search_form { h4:first-child { margin-top: 0; + word-wrap: break-word; } } -- 2.43.2