FIX: too much whitespace at bottom of mobile posts

This commit is contained in:
Jeff Atwood 2015-09-17 00:00:53 -07:00
parent 0969bd0f0d
commit 0627a58b8b

View File

@ -16,7 +16,7 @@
.topic-post {
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
padding: 6px 0 0 0;
padding: 6px 0;
}
span.badge-posts {
@ -130,8 +130,7 @@ button {
}
.post-actions {
display: inline-block;
width: 100%;
/* overriding display: here was causing hidden element to take up space */
}
.post-action {