]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1518380 - reduce the margins of blockquotes in html comments
authorDylan William Hardison <dylan@hardison.net>
Tue, 8 Jan 2019 06:48:46 +0000 (01:48 -0500)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 06:48:46 +0000 (01:48 -0500)
extensions/BugModal/web/bug_modal.css

index 5e6c07cbdf7bca8113f44122d119c6164c4ffdb5..c2354e17bcb9c31f98ff1964be2b90b41c617289 100644 (file)
@@ -731,6 +731,15 @@ div.comment-text blockquote {
     padding: 0.5em 10px;
 }
 
+
+div.comment-text blockquote > :first-child {
+    margin-top: 0;
+}
+
+div.comment-text blockquote > :last-child {
+    margin-bottom: 0;
+}
+
 .comment-tags {
     padding: 0 8px !important;
 }