Skip to content

Commit

Permalink
Break long option names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayosec committed Nov 6, 2024
1 parent 1466e5d commit 553bc91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/ffdocs/view/styles/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ main.item section {
@media screen and (min-width: 15cm) {
display: grid;
grid-template-columns: min-content 1fr;

// Break some option names, like `force_original_aspect_ratio`
// in the `scale` filter.
dt {
overflow-wrap: break-word;
max-width: 25ch;
}
}

dt {
Expand Down

0 comments on commit 553bc91

Please sign in to comment.