Make WordPress Core

Opened 3 years ago

Last modified 3 years ago

#53198 new feature request

Twenty Twenty-One: Why is the verse block not supported?

Reported by: ooker's profile ooker Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: reporter-feedback
Focuses: css Cc:

Description

The theme seems to not support the verse block anymore. This is the style in the editor:

pre.wp-block-verse {
	padding: 0;
	color: currentColor;
}

And here is the style in the frontend:

.wp-block-verse {
	font-family: var(--entry-content--font-family);
}

Why is that?

Change History (1)

#1 @desrosj
3 years ago

  • Component changed from General to Bundled Theme
  • Keywords reporter-feedback added

Hi @ooker!

Thanks for this ticket.

Can you provide a screenshot for what you are seeing? And can you detail what you are expecting to see? Also, can you confirm you're running the latest version of Twenty Twenty-One?

I've been testing that block trying to break it and I'm unable to produce any unexpected behavior.

Note: See TracTickets for help on using tickets.