mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-26 01:43:06 +03:00
Added max height for message pre content.
This commit is contained in:
parent
718f24e700
commit
7900c684af
1 changed files with 4 additions and 0 deletions
|
@ -385,3 +385,7 @@ li.language:hover {
|
||||||
margin-left: -30px;
|
margin-left: -30px;
|
||||||
margin-bottom: -30px;
|
margin-bottom: -30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#message_box pre {
|
||||||
|
max-height: 250px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue