#6816 closed defect (bug) (fixed)
Some title are mis-aligned
| Reported by: | sebastienserre | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | WordPress.tv | Keywords: | has-patch close |
| 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.
Attachments (1)
Change History (6)
This ticket was mentioned in PR #128 on WordPress/wordpress.org by @sebastienserre.
3 years ago
#2
- Keywords has-patch added; needs-patch removed
Try to fix https://meta.trac.wordpress.org/ticket/6816
#3
@
4 weeks ago
- Keywords close added; 2nd-opinion removed
The above is what I see. Could you let me know if this is unexpected?
#4
@
4 weeks ago
- Resolution → fixed
- Status new → closed
Hello @obenland
It now seems to be OK and 3 years ago, I missed to take a screenshot... so I do not remember what was the issue.
@obenland commented on PR #128:
4 weeks ago
#5
Closing as meta.trac.wordpress.org/ticket/6816 was closed.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.