Commit ccdcc89d authored by Randall Leeds's avatar Randall Leeds

Fix multiple font-size directives in body nesting

Fix #845
parent 9854127d
......@@ -813,6 +813,10 @@ blockquote {
}
& > .annotation {
.body {
font-size: .95em;
}
.body * {
overflow: hidden;
text-overflow: ellipsis;
......@@ -820,7 +824,6 @@ blockquote {
white-space: nowrap;
margin-top: 0;
margin-bottom: 0;
font-size: .95em;
}
.indicators {
......
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