From: Tom Hughes Date: Wed, 11 Dec 2013 17:56:22 +0000 (+0000) Subject: Allow word-breaks in changeset comments X-Git-Tag: live~4536 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/32f86afbebf1219409b1d71a0444ed3c2679d775 Allow word-breaks in changeset comments --- 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; } }