aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-12-09 21:17:05 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-12-09 21:17:05 -0500
commit65c7ce1c6be70f28e1be57e369cf15bc2df7d729 (patch)
tree7ce76bfe75429b46d75084b51d15059e12314910 /src/client/views/nodes/WebBox.tsx
parentb336bf0fb2dfd49260aecbfa13fea542ebd95af2 (diff)
cleaned up titles for document decorations. fixed exception in formattedtextbox.
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r--src/client/views/nodes/WebBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx
index b0a93224d..b35ea0bb0 100644
--- a/src/client/views/nodes/WebBox.tsx
+++ b/src/client/views/nodes/WebBox.tsx
@@ -194,7 +194,7 @@ export class WebBox extends DocAnnotatableComponent<FieldViewProps, WebDocument>
</>);
}
render() {
- return (<div className={"imageBox-container"} >
+ return (<div className={"webBox-container"} >
<CollectionFreeFormView {...this.props}
PanelHeight={this.props.PanelHeight}
PanelWidth={this.props.PanelWidth}