Skip to content

Commit

Permalink
chore: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Apr 2, 2024
1 parent a208eae commit d9c9b92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
overflow-x: hidden;
overflow-y: auto;
}

.main-view {
overflow-wrap: anywhere;
}

.firstline {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Expand All @@ -197,6 +201,10 @@
font-weight: 700;
}

.header-value {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.code-view {
display: block;
padding: 10px;
Expand Down

0 comments on commit d9c9b92

Please sign in to comment.