Don't display objects as a block, let them be formatted naturally

This makes them very wide, but has better formatting behaviour.
This commit is contained in:
Daniel Compton 2017-10-20 16:09:07 +13:00
parent 4340f66e3b
commit 9669b38595
2 changed files with 0 additions and 4 deletions

View File

@ -486,9 +486,6 @@
color: #8f8f8f;
content: "}";
}
#--re-frame-trace-- .re-frame-trace--object {
display: block;
}
#--re-frame-trace-- .re-frame-trace--object .toggle {
color: #8f8f8f;
cursor: pointer;

View File

@ -588,7 +588,6 @@
}
}
.re-frame-trace--object {
display: block;
.toggle {
color: @text-color-muted;
cursor: pointer;