Commit 53beedf4 authored by Aron Carroll's avatar Aron Carroll

Prevent the thread reply spanning the entire card

parent 55d2f109
...@@ -19,6 +19,8 @@ $threadexp-width: .6em; ...@@ -19,6 +19,8 @@ $threadexp-width: .6em;
.thread-list { .thread-list {
margin-top: 0.5em; margin-top: 0.5em;
.thread-reply { display: inline-block }
.thread-collapsed { .thread-collapsed {
.tag-list, .annotation-body {display: none;} .tag-list, .annotation-body {display: none;}
.thread-reply { margin-top: 0 } .thread-reply { margin-top: 0 }
......
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