diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-12 16:56:14 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-12 16:56:14 -0500 |
| commit | f3f93e61f3914bd9fd6e8098a99e552f7860bc5f (patch) | |
| tree | ead58cd11c658d05257a5316e1fb74a892cf613b /src/client/views/collections/TreeView.scss | |
| parent | 90230e9d6ac8e05365a1d01be33519c9285ad7b7 (diff) | |
fixed displaying items (images,et) in treeViews to indent properly. Fixed bounds of contentfittingviews in treeViews to be correct.
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index cc6267f45..816dc0ffa 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -65,15 +65,6 @@ cursor: pointer; } -.treeView-borderoutline { - ul { - .contentFittingDocumentView { - width: unset; - height: unset; - } - } -} - .treeView-borderoutline, .treeView-border { display: flex; |
