Frontmatter formatting issue

Is there a way to display frontmatter so that items like “linter-yaml-title-alias” show on a single line instead of being stacked like this?:

I’ve jiggled all the handles. Probably missing something.

Which version are you on? If the latest, it seems you could make a CSS snippet, and include something like the following:

.frontmatter-container .frontmatter-section-label {
  flex-basis: 10em;
}

No idea, what would be a good value. It starts out at 4em.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.