Skip to content

Commit

Permalink
fix: improve line wrapping of property labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sendler committed Jan 20, 2025
1 parent 5e1dd25 commit 308b4f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.definition-list-description {
padding: 0.375rem;
grid-column: 1 / span 2;
word-break: break-all;
word-break: break-word;
&:hover {
background-color: var(--clr-neutral-100);
}
Expand Down

0 comments on commit 308b4f0

Please sign in to comment.