Increase problem details view height, fixes #1233

This commit is contained in:
Alexander Zobnin
2021-08-03 14:28:13 +03:00
parent 201d6cb19a
commit c44a7ace5d

View File

@@ -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;
}