Skip to content

core/verse, core/search: Missing box-sizing: border-box property. #74717

@EldarAgalarov

Description

@EldarAgalarov

core/verse doesn't respect container's max-width property. Fix:

:where(.wp-block-verse) {
  box-sizing: border-box;
}

UPD. core/search too:

:where(.wp-block-search) {
  box-sizing: border-box;
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions