Skip to content

Commit

Permalink
Fix text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
risolvipro committed Jun 24, 2024
1 parent 830727b commit c53453e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ section {
.definition-title {
font-weight: bold;
margin-bottom: 0.25em;
word-break: break-word;
}

.definition-description {
word-break: break-word;
}

h1 {
Expand Down Expand Up @@ -73,4 +78,5 @@ h2 {
font-family: monospace;
font-size: 0.9em;
margin: 1em 0;
overflow: auto;
}

0 comments on commit c53453e

Please sign in to comment.