aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-17 19:44:03 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-17 19:44:03 -0400
commit65243033448654c1efcec8c588128633a56d8409 (patch)
tree1d7606a94cad4e06efce8fcc310145598742d61b /src/debug
parent2882dfce48e434f0c0b6a5837fc6212cad1df131 (diff)
parent35b335eecd1ace5a1b3da04de3ee1e8674d10c15 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/Viewer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/Viewer.tsx b/src/debug/Viewer.tsx
index 6ce39d533..ddddee3be 100644
--- a/src/debug/Viewer.tsx
+++ b/src/debug/Viewer.tsx
@@ -96,7 +96,7 @@ class DocumentViewer extends React.Component<{ field: Doc }> {
content = (
<div>
Document ({this.props.field[Id]})
- <div style={{ paddingLeft: "25px" }}>
+ <div style={{ paddingLeft: "25px" }}>
{fields}
</div>
</div>