diff --git a/gui/app/pods/folder/index/template.hbs b/gui/app/pods/folder/index/template.hbs index cb78511f..b994f65f 100644 --- a/gui/app/pods/folder/index/template.hbs +++ b/gui/app/pods/folder/index/template.hbs @@ -44,6 +44,19 @@
Unclassified
{{else}}
{{model.label.name}}
+ + {{#attach-popover class="ember-attacher-popper" hideOn="clickout" showOn="click" isShown=false placement="bottom-middle"}} + + {{/attach-popover}} + {{/if}} {{layout/logo-heading diff --git a/gui/app/styles/core/view/space.scss b/gui/app/styles/core/view/space.scss index fa93f8d1..7edcfc27 100644 --- a/gui/app/styles/core/view/space.scss +++ b/gui/app/styles/core/view/space.scss @@ -10,7 +10,14 @@ color: map-get($gray-shades, 100); } +.space-label-dropdown { + font-size: 25px; + vertical-align: middle; + cursor: pointer; +} + .view-space { + > .documents { margin: 0; padding: 0;