mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-12 07:04:25 +00:00
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:
parent
4340f66e3b
commit
9669b38595
@ -486,9 +486,6 @@
|
|||||||
color: #8f8f8f;
|
color: #8f8f8f;
|
||||||
content: "}";
|
content: "}";
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- .re-frame-trace--object {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#--re-frame-trace-- .re-frame-trace--object .toggle {
|
#--re-frame-trace-- .re-frame-trace--object .toggle {
|
||||||
color: #8f8f8f;
|
color: #8f8f8f;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -588,7 +588,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.re-frame-trace--object {
|
.re-frame-trace--object {
|
||||||
display: block;
|
|
||||||
.toggle {
|
.toggle {
|
||||||
color: @text-color-muted;
|
color: @text-color-muted;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user