Increase problem details view height, fixes #1233
This commit is contained in:
@@ -228,7 +228,7 @@
|
|||||||
transition-property: opacity, max-height;
|
transition-property: opacity, max-height;
|
||||||
|
|
||||||
&.show {
|
&.show {
|
||||||
max-height: 23rem;
|
max-height: 32rem;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
box-shadow: inset -3px 3px 10px $problem-container-shadow;
|
box-shadow: inset -3px 3px 10px $problem-container-shadow;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user