Skip to content

Commit

Permalink
docs: fix editor overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 6, 2023
1 parent 4f06e1e commit 850e535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ textarea:focus-visible {
code, textarea {
padding: 24px 16px;
padding-left: 54px;
overflow-y: hidden;
}
code {
counter-reset: sh-line-number;
Expand Down

1 comment on commit 850e535

@vercel
Copy link

@vercel vercel bot commented on 850e535 Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

devjar – ./

devjar-git-main-huozhi.vercel.app
devjar.vercel.app
devjar-huozhi.vercel.app

Please sign in to comment.