]> git.openstreetmap.org Git - rails.git/commitdiff
Allow word-breaks in long keys/values
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 2 Dec 2013 22:42:15 +0000 (14:42 -0800)
committerTom Hughes <tom@compton.nu>
Tue, 3 Dec 2013 00:03:58 +0000 (00:03 +0000)
Fixes #561

app/assets/stylesheets/common.css.scss

index d16cf12d453c476a6bd85e665eb1857836e00c47..320413f785a02f8e8b14a44caa441f14bd848526 100644 (file)
@@ -1084,6 +1084,7 @@ header .search_form {
       width: 50%;
       float: left;
       padding: 6px 10px;
       width: 50%;
       float: left;
       padding: 6px 10px;
+      word-wrap: break-word;
     }
 
     .browse-tag-k {
     }
 
     .browse-tag-k {