You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to catch container labels with a glob, or to exclude them from a glob?
The reason I'm asking is I want to change the font size everywhere in my diagram, but I still want the container labels to be bigger than leaf labels. See, the default is
Now I change the font size with **.style.font-size: 8 and the result is
Is there a way to keep the container label big? Examples generated with current Playground.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to catch container labels with a glob, or to exclude them from a glob?
The reason I'm asking is I want to change the font size everywhere in my diagram, but I still want the container labels to be bigger than leaf labels. See, the default is


Now I change the font size with
**.style.font-size: 8and the result isIs there a way to keep the container label big? Examples generated with current Playground.
All reactions