diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-21 14:36:24 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-21 14:36:24 -0400 |
| commit | 19d22f589c1ce0475b87d5c27859d3dde76c084b (patch) | |
| tree | 1690c541993c9ecdcfd10caf497fb0070d9ee699 /src/client/views/collections/CollectionTreeView.scss | |
| parent | 8089f668de934cc031a91c093c481856e7c8fe8b (diff) | |
fixed text box llnk preview to go away when docs are closed. fixed tree view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 20bfc0e9d..c5add7cfb 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -28,6 +28,7 @@ .no-indent { padding-left: 0; + width: max-content; } .editableView-container { |
