]> source.dussan.org Git - redmine.git/commitdiff
Set line-height for body and code blocks in Wiki Syntax Help (#41321).
authorGo MAEDA <maeda@farend.jp>
Fri, 11 Oct 2024 08:14:54 +0000 (08:14 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 11 Oct 2024 08:14:54 +0000 (08:14 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23116 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/wiki_syntax_detailed.css

index ff234ae25b796f944ce880b2cc6a2651daaab6d5..e88c6175568f28a05cf6901cb2258bff4c8f2e7f 100644 (file)
@@ -16,7 +16,7 @@
     font-display: swap;
 }
 
-body { font-family: "Noto Sans", sans-serif; font-size: 0.875rem; color:#333;}
+body { font-family: "Noto Sans", sans-serif; font-size: 0.875rem; color:#333; line-height: 1.6;}
 pre, code { font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
 pre {
     margin: 1em 1em 1em 1.6em;
@@ -26,6 +26,7 @@ pre {
     width: auto;
     overflow-x: auto;
     overflow-y: hidden;
+    line-height: normal;
 }
 a, a:link, a:visited{ color: #169; text-decoration: none; }
 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}