Skip to content

Commit 1d6730a

Browse files
committed
Fix indentation bug with verbatim in tags
closes #1139
1 parent 05af780 commit 1d6730a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/html_support_files/odoc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ tt, code, pre {
607607
border: 1px solid var(--pre-border-color);
608608
border-radius: 5px;
609609
overflow-x: auto;
610+
text-indent: initial;
610611
}
611612

612613
.odoc p code,

0 commit comments

Comments
 (0)