]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Set a max-height for notice content in base css
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 3 Feb 2015 10:40:42 +0000 (11:40 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 3 Feb 2015 10:40:42 +0000 (11:40 +0100)
theme/base/css/display.css

index afa4203da7ae31d3fdc5f212a3ddc2929dde12da..650c442ecba9c4399a404651ea13a519cd7c1f22 100644 (file)
@@ -709,6 +709,8 @@ font-style:italic;
 
 .notice .e-content {
     margin-left: 56px;
 
 .notice .e-content {
     margin-left: 56px;
+    max-height: 400px;
+    overflow-y: auto;
 }
 
 .notice-options {
 }
 
 .notice-options {