From 6292cf524f35bd72cc3853212b71dc028293a956 Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Sat, 26 Apr 2014 22:15:32 -0700 Subject: [PATCH] SideBySide2: Expand margin between paragraphs in comments Users have noted there is insufficient space between paragraphs of text in comments in SideBySide2. Increase the margin to 0.5em by adding 0.2em at the start of each paragraph. This has the effect of increasing the spacing between the user name and the first paragraph. Change-Id: I729583388131ff14eeb248d410217f42cfe0d977 --- .../main/java/com/google/gerrit/client/diff/CommentBoxUi.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/diff/CommentBoxUi.css b/gerrit-gwtui/src/main/java/com/google/gerrit/client/diff/CommentBoxUi.css index b95a86ea72..523cadc398 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/diff/CommentBoxUi.css +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/diff/CommentBoxUi.css @@ -73,7 +73,7 @@ .message p, .message ul, .message blockquote { - -webkit-margin-before: 0; + -webkit-margin-before: 0.2em; -webkit-margin-after: 0.3em; } .commentBox button {