Skip to content

Commit

Permalink
feat(v4): fix responsive CSS for code highlighting (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine authored Jun 28, 2023
1 parent 5aa3fe8 commit 81512e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions v4/assets/sass/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,11 @@
height: 30px;
}

.highlight {
div {
width: 100%;
overflow: auto;
}
}

}

0 comments on commit 81512e3

Please sign in to comment.