Commit adedb7bb authored by Aron Carroll's avatar Aron Carroll

Fix block display on first child in annotation

parent fd495788
...@@ -87,7 +87,7 @@ $threadexp-width: .6em; ...@@ -87,7 +87,7 @@ $threadexp-width: .6em;
& > .thread-message { & > .thread-message {
.styled-text > * { display: none } .styled-text > * { display: none }
.styled-text *:first-child { .styled-text > *:first-child {
display: block; display: block;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
......
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