Skip to content

Commit

Permalink
fix: highlighted line
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 16, 2023
1 parent 65048a2 commit 9eecb0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/MarkdownUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@ $minHeightDesktop: 120px;
white-space: pre-wrap;
}
.line.highlighted {
background-color: #eee;
display: inline-block;
width: 100%;
}
img {
max-width: 100%;
}
Expand Down

0 comments on commit 9eecb0c

Please sign in to comment.