projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b255f
)
Don't collapse spaces in tag keys and values
author
Tom Hughes
<tom@compton.nu>
Tue, 6 Dec 2016 11:53:23 +0000
(11:53 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 6 Dec 2016 12:08:23 +0000
(12:08 +0000)
Fixes #1386
app/assets/stylesheets/common.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.scss
b/app/assets/stylesheets/common.scss
index 2a00f1b060c0222e26a4bd77ca5e0b748abe0627..bb0e6f0d44d728b64d5d67cc4d9414d55e3d90aa 100644
(file)
--- a/
app/assets/stylesheets/common.scss
+++ b/
app/assets/stylesheets/common.scss
@@
-1182,6
+1182,7
@@
tr.turn:hover {
width: 50%;
padding: 6px 10px;
word-wrap: break-word;
+ white-space: pre-wrap;
}
.browse-tag-k {