diff options
author | bobzel <zzzman@gmail.com> | 2020-12-13 22:47:23 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-13 22:47:23 -0500 |
commit | 257b259717486b984b90b75a8561b7b5c76a6964 (patch) | |
tree | ff4802179e31a4d54a99556fe1d772b6cec1ef2a | |
parent | fb8dc280679981fcaa9a03220f866b446c854399 (diff) |
fixed displaying comparison box in treeview.
-rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 650fb019d..f774af74f 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -23,7 +23,7 @@ list-style: none; padding-left: 20px; margin-bottom: 1px; // otherwise vertical scrollbars may pop up for no apparent reason.... - .contentFittingDocumentView { + > .contentFittingDocumentView { width: unset; height: unset; } |