Set a max-height for notice content in base css

This commit is contained in:
Mikael Nordfeldth 2015-02-03 11:40:42 +01:00
parent fdae6f0fb3
commit aaba2036fa
1 changed files with 2 additions and 0 deletions

View File

@ -709,6 +709,8 @@ font-style:italic;
.notice .e-content {
margin-left: 56px;
max-height: 400px;
overflow-y: auto;
}
.notice-options {