From aaba2036fad7352b0bb79e058d5ad1d0b29181b8 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 3 Feb 2015 11:40:42 +0100 Subject: [PATCH] Set a max-height for notice content in base css --- theme/base/css/display.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index afa4203da7..650c442ecb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -709,6 +709,8 @@ font-style:italic; .notice .e-content { margin-left: 56px; + max-height: 400px; + overflow-y: auto; } .notice-options { -- 2.39.5