- Merged two modifications made to the error msg

This commit is contained in:
Dave Mc Nicoll 2023-03-29 11:29:32 -04:00
parent 5f5ca6cff5
commit 26e5e330f4
1 changed files with 1 additions and 1 deletions

View File

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