Skip to content

Commit

Permalink
front: collapse scenario description
Browse files Browse the repository at this point in the history
If the scenario description is empty, or shorter than 4 lines,
collapse it instead of eating up screen real estate.

[1] made this possible.

[1]: #8028
  • Loading branch information
emersion authored and kmer2016 committed Aug 30, 2024
1 parent fc7ef67 commit 481a7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
}
.scenario-details-description {
overflow: auto;
height: 4rem;
max-height: 4rem;
font-size: 0.9rem;
white-space: break-spaces;
}
Expand Down

0 comments on commit 481a7dd

Please sign in to comment.