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/CollectionTreeView.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/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index c5add7cfb..650fb019d 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -23,6 +23,10 @@ list-style: none; padding-left: 20px; margin-bottom: 1px; // otherwise vertical scrollbars may pop up for no apparent reason.... + .contentFittingDocumentView { + width: unset; + height: unset; + } } |
