]> git.rocketbowman.com Git - jetsam.git/commitdiff
fix: if text overflows, box should too
authorKyle Bowman <kyle+github@rocketbowman.com>
Sun, 20 Apr 2025 13:56:13 +0000 (09:56 -0400)
committerKyle Bowman <kyle+github@rocketbowman.com>
Sun, 20 Apr 2025 13:56:13 +0000 (09:56 -0400)
demo/assets/css/space-sakura.css

index 9c24ad6db83352269f8a5341eb557ee65c3525eb..03647960a90197f29e1886bd7a6ba1b29023dba9 100644 (file)
@@ -125,6 +125,7 @@ img {
   margin-bottom: 2.5rem; }
 
 /* Pre and Code */
+.sourceCode { overflow: auto; } /* This overrides Pandoc's overflow statement */
 pre {
   background-color: #323c4d;
   display: block;