aboutsummaryrefslogtreecommitdiff
path: root/src/debug/Viewer.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-05-18 13:27:41 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-05-18 13:27:41 -0500
commite3a3dfde10610eab18563c06717b3828bd849512 (patch)
treeea4b3950fe7ba18899263cc7edc4f97a79a756f7 /src/debug/Viewer.tsx
parente862efc40dcc80eba4394e25f20f5ca7353d2b15 (diff)
parent4c4e92cf70ef475a379ca8a9368ee35dd4f197ed (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into script_documents
Diffstat (limited to 'src/debug/Viewer.tsx')
-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>