From 5ff1c779fc1caad98c27b64f4cf8731b4e35e316 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 13 Aug 2020 12:07:05 -0400 Subject: fixed border-rounding of docs --- src/client/views/nodes/DocumentView.tsx | 2 +- src/client/views/nodes/ImageBox.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 820ee2752..0088e265e 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -815,7 +815,7 @@ export class DocumentView extends DocComponent(Docu @computed get contents() { const pos = this.props.relative ? "relative " : "absolute"; TraceMobx(); - return (
+ return (