diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-19 16:28:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-19 16:28:40 -0400 |
| commit | c9ce658d193d5e8ec4161c31bc60c499ada1b8b7 (patch) | |
| tree | 68f64894cdce6200074bfc59e1f9885272a3fce0 /src/client/views/collections/TreeView.scss | |
| parent | 8c8bbfe3ac8e17f9716abaf4560f6490538dc004 (diff) | |
fixed tree view hierarchy opening icons
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 0cc11bf1c..cbcc7c710 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -21,7 +21,7 @@ } .treeView-bulletIcons { - width: 100%; + margin: auto; height: 100%; // changes start here. @@ -64,6 +64,8 @@ position: relative; width: fit-content; min-height: 20px; + min-width: 15px; + margin-right: 3px; color: $medium-gray; border: #80808030 1px solid; border-radius: 5px; |
