Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinWoodring authored Sep 28, 2023
1 parent 6931a5b commit e46afc7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clientapp/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,21 @@ h1 {
padding: 1rem;
}

.example pre {
overflow-x: scroll;
white-space: pre;
word-wrap: normal;
}

.example pre {
white-space: pre-wrap;
word-wrap: break-word;
background-color: #ececec;
border-radius: 0.2rem;
font-size: 1rem;
padding: 1rem;
}

.page .search {
display: flex;
margin: auto;
Expand Down

0 comments on commit e46afc7

Please sign in to comment.