projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc891d9
)
Allow word-breaks in long keys/values
author
John Firebaugh
<john.firebaugh@gmail.com>
Mon, 2 Dec 2013 22:42:15 +0000
(14:42 -0800)
committer
Tom Hughes
<tom@compton.nu>
Tue, 3 Dec 2013 00:03:58 +0000
(
00:03
+0000)
Fixes #561
app/assets/stylesheets/common.css.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.css.scss
b/app/assets/stylesheets/common.css.scss
index d16cf12d453c476a6bd85e665eb1857836e00c47..320413f785a02f8e8b14a44caa441f14bd848526 100644
(file)
--- a/
app/assets/stylesheets/common.css.scss
+++ b/
app/assets/stylesheets/common.css.scss
@@
-1084,6
+1084,7
@@
header .search_form {
width: 50%;
float: left;
padding: 6px 10px;
+ word-wrap: break-word;
}
.browse-tag-k {