Skip to content

Commit

Permalink
fix(layout): avoid column breaks in index (#11053)
Browse files Browse the repository at this point in the history
fix(layout): avoid column-breaks in index
  • Loading branch information
caugner authored May 15, 2024
1 parent 378dd13 commit 710685e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ pre {
}

li {
break-inside: avoid-column;
margin: 0 0 0.5rem;
}
}
Expand Down

0 comments on commit 710685e

Please sign in to comment.