aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-12-13 22:47:23 -0500
committerbobzel <zzzman@gmail.com>2020-12-13 22:47:23 -0500
commit257b259717486b984b90b75a8561b7b5c76a6964 (patch)
treeff4802179e31a4d54a99556fe1d772b6cec1ef2a /src
parentfb8dc280679981fcaa9a03220f866b446c854399 (diff)
fixed displaying comparison box in treeview.
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss2
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;
}