aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-01 13:05:23 -0500
committerbobzel <zzzman@gmail.com>2023-12-01 13:05:23 -0500
commitf7f9b6176387701ae62f49c294f251caa5e94d41 (patch)
tree0bbaa5bfb1e1404c3e6b1d7a41c73ca6f9876ca7 /src/client/views/collections/TreeView.tsx
parent678abdfceaa25cb84c4232f44a7c161b6d39b546 (diff)
made collections fitwidth in tree view previews. centered keys in keyvalue.
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
-rw-r--r--src/client/views/collections/TreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx
index ba4ed6074..0de1068f7 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -1066,7 +1066,7 @@ export class TreeView extends React.Component<TreeViewProps> {
isDocumentActive={isActive}
styleProvider={asText ? this.titleStyleProvider : this.embeddedStyleProvider}
hideTitle={asText}
- //fitContentsToBox={returnTrue}
+ fitContentsToBox={returnTrue}
hideDecorationTitle={this.props.treeView.outlineMode}
hideResizeHandles={this.props.treeView.outlineMode}
onClick={this.onChildClick}