Opened 22 months ago
Last modified 22 months ago
#6816 new defect (bug)
Some title are mis-aligned
Reported by: | sebastienserre | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | 2nd-opinion has-patch |
Cc: |
Description
Hello,
As we can see on https://wordpress.tv/2023/02/28/je-naime-pas-ecrire-du-css-depuis-je-theme-mieux/, the title is not correctly aligned.
I think it's related to the title length.
Change History (2)
This ticket was mentioned in PR #128 on WordPress/wordpress.org by @sebastienserre.
22 months ago
#2
- Keywords has-patch added; needs-patch removed
Try to fix https://meta.trac.wordpress.org/ticket/6816
Note: See
TracTickets for help on using
tickets.
The containers uses flex with flex-wrap. So when the title is too short, it goes on the right.
Elements are stacked, Flexbox is not needed here.