Skip to content

Commit ccf3652

Browse files
committed
scss - text-wrap inline code inside a definition list.
1 parent 4ba8fa1 commit ccf3652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/formats/html/_quarto-rules.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ code.sourceCode {
289289

290290
// Inline code should wrap
291291
// See https://github.com/quarto-dev/quarto-cli/issues/2649
292+
dd code:not(.sourceCode),
292293
p code:not(.sourceCode) {
293294
white-space: pre-wrap;
294295
}

0 commit comments

Comments
 (0)