Skip to content

Commit 7983abb

Browse files
committed
fix: code-annotation line highlight
quarto-dev/quarto-cli#13429
1 parent 1116efe commit 7983abb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_extensions/mcanouil/brand.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ defaults:
136136
margin-right: 1.5em;
137137
}
138138
139+
/* TODO: remove when fixed in Quarto: https://github.com/quarto-dev/quarto-cli/pull/13429 */
140+
#code-annotation-line-highlight {
141+
margin-left: unset;
142+
width: 100%;
143+
}
144+
139145
// List Groups
140146
.list-group-item-action {
141147
&:hover,

0 commit comments

Comments
 (0)