Skip to content

Commit 553bc91

Browse files
committed
Break long option names.
1 parent 1466e5d commit 553bc91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/ffdocs/view/styles/_items.scss

+7
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ main.item section {
7070
@media screen and (min-width: 15cm) {
7171
display: grid;
7272
grid-template-columns: min-content 1fr;
73+
74+
// Break some option names, like `force_original_aspect_ratio`
75+
// in the `scale` filter.
76+
dt {
77+
overflow-wrap: break-word;
78+
max-width: 25ch;
79+
}
7380
}
7481

7582
dt {

0 commit comments

Comments
 (0)