Hide Tags Request

Hi, is there any trick to hide tags in the Rem or Just reduce it to symbol like # or &, When hovered over it (# or &) should display tags, else it should be hidden

hide Tags (<)/Show Tags(>) like feature.

Tags are annoying when working on Multiple Panes so, if it can be reduced to a symbol would be great.

Thank You

It’ll be working on you

1 Like

.rem:not(:hover) .hierarchy-editor__tag-bar:not(:hover) {
visibility: hidden;}

above code works, but still it takes up Tag space.

Thank you

1 Like