Added max height for message pre content.

This commit is contained in:
alext 2018-01-31 18:31:15 +01:00
parent 718f24e700
commit 7900c684af
1 changed files with 4 additions and 0 deletions

View File

@ -385,3 +385,7 @@ li.language:hover {
margin-left: -30px;
margin-bottom: -30px;
}
#message_box pre {
max-height: 250px;
}