How to hide all tags property in perspective Tag Browse Tree component?

Look at this : post

I did it by doing this...

.terminal-node:has(.tree-item:not([data-label=""])) {
	display: none;
}