Skip to content

Commit

Permalink
Merge pull request #166 from mirkoperillo/issue_129
Browse files Browse the repository at this point in the history
Permit vertical resize for response panel
  • Loading branch information
mirkoperillo authored Mar 6, 2023
2 parents fdfe533 + e129b48 commit 94d7b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/resting.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ body {

.pre-scrollable {
min-height: 340px;
max-height: 1000px;
max-height: 100%;
resize: vertical;
}

.response-metric, .response-metric-value {
Expand Down

0 comments on commit 94d7b3b

Please sign in to comment.