Opened 4 years ago
Closed 4 years ago
#55813 closed defect (bug) (reported-upstream)
2 lines text in Block style panel's button
| Reported by: | olein | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 6.0 |
| Severity: | normal | Keywords: | close block-editor-ui |
| Cc: | Focuses: | ui, css, administration |
Description
If the block style name is on two lines, it will extend beyond the button.
I know there is a conflict with the button component design.
.block-editor-block-styles__item-text {
white-space: normal;
}
It was felt that it would be acceptable to allow a line break of two lines in the form .
Considering the height specification of the button component, we understand the desire to maintain the intended height of the button in the panel, so I would like to propose an idea such as allowing up to two lines.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report! Could you open an issue on GitHub instead? Any change will need to be made there.