Skip to content

Commit

Permalink
fix: fix up line highlight width
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Nov 22, 2024
1 parent 27272da commit e699a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ body .ddoc {

.lineNumbersHighlight {
> span {
@apply block target:bg-yellow-200;
@apply block target:bg-yellow-200 target:w-fit;
}
}

Expand Down

0 comments on commit e699a04

Please sign in to comment.