Commit cfe3acb7 by frances botsford

Merge pull request #7594 from jolyonb/jolyonb/p-spacing

Fixing paragraph spacing with inline class (capa)
parents 7a32fbc9 2d0504c4
...@@ -137,6 +137,10 @@ div.problem { ...@@ -137,6 +137,10 @@ div.problem {
.inline { .inline {
display: inline; display: inline;
+ p {
margin-top: $baseline;
}
} }
} }
......
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