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
Next Next commit
misc: update command message to not truncate command info
  • Loading branch information
jennifer-shehane committed Feb 28, 2024
commit 9bef3e16aa080cc353b980c92f95f5d2e7442ccf
3 changes: 0 additions & 3 deletions packages/reporter/src/commands/commands.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,11 @@
}

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

.command-aliases,
Expand Down
Loading