diff options
Diffstat (limited to 'src/debug/Viewer.tsx')
| -rw-r--r-- | src/debug/Viewer.tsx | 2 | 
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>  | 
