Commit 60e5c975 authored by Randall Leeds's avatar Randall Leeds

Clearfix the parts of a thread

Close #1001
parent 552bad92
......@@ -701,6 +701,10 @@ blockquote {
padding: 1em;
position: relative;
& > * {
@include pie-clearfix;
}
& > ul {
padding-left: $thread-padding;
margin-left: -$thread-padding;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment