Give dashboard items content some room.
This commit is contained in:
parent
bc17eec490
commit
13253957ec
@ -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:"…"}
|
||||
</div>
|
||||
|
||||
|
@ -878,7 +878,8 @@ input[type=checkbox],
|
||||
}
|
||||
|
||||
.importer_data dd,
|
||||
.form_buttons > input {
|
||||
.form_buttons > input,
|
||||
.quick_list ol > li {
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user