Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02a0b9 commit a8e4867Copy full SHA for a8e4867
packages/reporter/src/commands/commands.scss
@@ -81,6 +81,8 @@
81
.command-wrapper-text {
82
display: flex;
83
flex-wrap: nowrap;
84
+ padding-top: 4px;
85
+ padding-bottom: 4px;
86
}
87
88
.command-interceptions {
@@ -138,12 +140,13 @@
138
140
139
141
142
.command-info {
- padding-top: 4px;
- padding-bottom: 4px;
143
margin-left: 0;
144
overflow: hidden;
145
width: 100%;
146
font-weight: 600;
147
+ -webkit-line-clamp: 50;
148
+ -webkit-box-orient: vertical;
149
+ display: -webkit-box;
150
151
.command-aliases,
152
.command-message {
@@ -378,8 +381,6 @@
378
381
white-space: initial;
379
382
word-wrap: inherit;
380
383
- -webkit-line-clamp: 50;
- -webkit-box-orient: vertical;
384
385
386
// Styles for Uncaught Exception
0 commit comments