Commit 08e09d20 authored by Randall Leeds's avatar Randall Leeds

be more careful about which elements force wrap

This avoids some of the whitespace seen and reported, such as in issue
parent cc747abb
......@@ -544,9 +544,10 @@ blockquote {
.body {
div {
@include force-wrap;
clear: both;
margin: .25em 0;
#{elements-of-type(inline)}, #{headings()}, p, li {
@include force-wrap;
}
}
......
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