]> git.openstreetmap.org Git - rails.git/commitdiff
Don't collapse spaces in tag keys and values
authorTom Hughes <tom@compton.nu>
Tue, 6 Dec 2016 11:53:23 +0000 (11:53 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 6 Dec 2016 12:08:23 +0000 (12:08 +0000)
Fixes #1386

app/assets/stylesheets/common.scss

index 2a00f1b060c0222e26a4bd77ca5e0b748abe0627..bb0e6f0d44d728b64d5d67cc4d9414d55e3d90aa 100644 (file)
@@ -1182,6 +1182,7 @@ tr.turn:hover {
       width: 50%;
       padding: 6px 10px;
       word-wrap: break-word;
+      white-space: pre-wrap;
     }
 
     .browse-tag-k {