projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c59d4a
)
Make paragraph breaks more visible in changeset and note comments
author
Tom Hughes
<tom@compton.nu>
Tue, 9 Oct 2018 14:14:35 +0000
(15:14 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 9 Oct 2018 14:15:15 +0000
(15:15 +0100)
Fixes #2022
app/assets/stylesheets/common.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.scss
b/app/assets/stylesheets/common.scss
index 3827a368a504a18b8c8c8e55ceba5b2886b5ba76..56c4515d02a17b608b2f4eac86595c71443b8eb5 100644
(file)
--- a/
app/assets/stylesheets/common.scss
+++ b/
app/assets/stylesheets/common.scss
@@
-1237,7
+1237,8
@@
tr.turn:hover {
margin: $lineheight/2 0;
p {
- margin-left: 10px;
+ margin: 10px 6px 0 6px;
+ line-height: 1.5;
}
}