aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorlaurawilsonri <laura_wilson@brown.edu>2019-02-26 16:23:23 -0500
committerlaurawilsonri <laura_wilson@brown.edu>2019-02-26 16:23:23 -0500
commite1928fc233c924f59d1b8b3062cc956ef0c06099 (patch)
treea3f6444d8a19562e3b694813d01bc86d366faa79 /src/client/views/collections/CollectionTreeView.scss
parent11327191e249382cc5d2551f1fd262d3a4ff25b9 (diff)
parent3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into improveText
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index 675fc6c53..c488e2894 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -25,4 +25,10 @@ li:before {
.uncollapsed:before {
content: '\25bc';
margin-right: 0.5em;
+}
+
+.collectionTreeView-dropTarget {
+ border-style: solid;
+ box-sizing: border-box;
+ height:100%;
} \ No newline at end of file