diff --git a/view/lean/error/500.phtml b/view/lean/error/500.phtml index 1ce3265..0bad0a1 100644 --- a/view/lean/error/500.phtml +++ b/view/lean/error/500.phtml @@ -22,5 +22,5 @@ {% section "head.css" %} .title {font-size:2rem} .subtitle {font-size:1.25rem; padding-top: 1rem;} - .content {background: #f7f7f7;padding: 7px;color: #8c3c3c;} + .content {background: #f7f7f7;padding: 7px;color: #8c3c3c;max-height:300px;overflow-y:auto} {% endsection %}