LAYOUT: fixed overflow of comment area (issue #28)
[e-DoKo.git] / css / standard013.css
similarity index 99%
rename from css/standard012.css
rename to css/standard013.css
index e7fd8a4157bdd02eaba4c5b04e5b9cc43a1850f5..39172f516396a6d4a3d12eb634c3b9179d1d077c 100644 (file)
@@ -354,6 +354,9 @@ ul.tricks li div div.card3 span.comment{
 
 span.comment{
  border: 3px solid green;
+ max-height:6em;
+ overflow: auto;
+ word-wrap: break-word;
 }
 
 ul.tricks li div div span.comment span{