Skip to content

Commit

Permalink
Increase problem details view height, fixes #1233
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Aug 3, 2021
1 parent 201d6cb commit c44a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_panel-problems.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
transition-property: opacity, max-height;

&.show {
max-height: 23rem;
max-height: 32rem;
opacity: 1;
box-shadow: inset -3px 3px 10px $problem-container-shadow;
}
Expand Down

0 comments on commit c44a7ac

Please sign in to comment.