Give dashboard items content some room.

This commit is contained in:
Matthias Mees 2013-07-08 13:54:01 +02:00
parent bc17eec490
commit 13253957ec
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,7 @@
<ol class="plainList">
{foreach $comments as $comment}
<li>
<div class="comment_summary">
<li><div class="comment_summary">
<b>#{$comment.id}</b> {$comment.body|truncate:100:"&hellip;"}
</div>

View File

@ -878,7 +878,8 @@ input[type=checkbox],
}
.importer_data dd,
.form_buttons > input {
.form_buttons > input,
.quick_list ol > li {
margin-bottom: .75em;
}