Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: update command message to truncate command info at 100 lines instead of 50 #29032

Merged
merged 8 commits into from
Mar 11, 2024
Prev Previous commit
Next Next commit
Just double the lines displayed
  • Loading branch information
jennifer-shehane committed Feb 28, 2024
commit 990598b489a2c841aff25dee84200f18b109cf5e
3 changes: 3 additions & 0 deletions packages/reporter/src/commands/commands.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,15 @@
}

.command-info {
display: -webkit-box;
font-weight: 600;
margin-left: 0;
overflow: hidden;
padding-top: 4px;
padding-bottom: 4px;
width: 100%;
-webkit-line-clamp: 100;
-webkit-box-orient: vertical;

.command-aliases,
.command-message {
Expand Down
Loading