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

View file

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