diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-08 23:32:41 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-08 23:32:41 -0400 |
| commit | 63296223883c1aa9018140abb951e16f614b4365 (patch) | |
| tree | a623ee82e12aabb0babca437bf33252f601ed695 /src/client/views/collections/CollectionTreeView.scss | |
| parent | f5c00261d8d936abdec22abfae94dd972c0f9e4a (diff) | |
fixed treeview to show pdf icons at proper size. fixed link anchors dots to not block pointer events from the rest of their document.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -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 f96a5c4f0..b0a791a21 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -107,7 +107,7 @@ } .treeViewItem-border { - display: inherit; + display: flex; border-left: dashed 1px #00000042; } |
