Appearance of Tags in 1.9 with obnoxious hashtags?

What I’m trying to do

I have downloaded the 1.9 build to try out new features, including Bases. One unexpected thing I noticed is that the appearance of the tags in the tags pane now have strangely large hashtags next to them that seem rather visually annoying. I searched around a bit and didn’t see anyone talking about this - is there a way to make these look like they did before without a CSS snippet solution? I have pasted a snippet of what I’m talking about. I am using the LYT theme.

Things I have tried

I haven’t tried anything yet for fear of breaking something given 1.9 is still in a more beta-like state. I know this is not a huge or front-burner issue, but thought I’d ask.

1 Like

The team is aware and it will be fixed in a coming build.

While waiting for the fix, you can hide the symbol with a CSS snippet:

.tag-container .tree-item-inner-text {
	text-indent: -1ch;
}

Unfortunately, I don’t see a way to hide the names of all the parent tags that the current build also prepends in the tags list.

…unless, like in your screenshot, every one of your parent tags is a single digit. Then maybe you could raise the size of the negative indent to try to cut those off too. Not sure it would line up exactly though.

1 Like

They fixed it in 1.9.2 :tada:

If you used the CSS as a temporary workaround, remember to remove it.