Opened 6 years ago
Last modified 4 weeks ago
#46215 new defect (bug)
Twenty Nineteen: Aligning table to center not working on front end
Reported by: | iamjaydip | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.0.3 |
Component: | Bundled Theme | Keywords: | has-patch has-screenshots changes-requested |
Focuses: | Cc: |
Description
When i add Table block in editor and assign Alignment "Center" from the toolbar it's working properly in backend but it's not working properly in frontend.
Attachments (6)
Change History (14)
#1
@
6 years ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to Future Release
- Summary changed from Table Alignment not working at frontend to Twenty Nineteen: Aligning table to center not working on front end
#2
@
16 months ago
Hi,
Patch report for - https://core.trac.wordpress.org/attachment/ticket/46215/46215.diff
Environment:
WordPress: v6.2.2
Theme: Twenty Nineteen
OS: Mac
Browser: Chrome
Steps to Reproduce:
- Activate the Twenty Nineteen theme and add the table block
- Change the position to Center.
- Observe the table on frontend.
Expected Result: Table should be visible in center ☑️
Before Screenshot:
Backend: https://prnt.sc/O3HSGygRbzvU
Frontend: https://prnt.sc/PRC2HvrSlDLq
After Screenshot:
Backend: https://prnt.sc/O3HSGygRbzvU
Frontend: https://prnt.sc/U-0d9Yz38Cxj
Thanks!
#4
@
3 months ago
This is applying not in the Sass and as a result on compile it is removing. I would recommend a refresh at this point looking to bring this into the Sass files and then we can compile from there.
#7
@
8 weeks ago
I am testing the table block with Twenty Nineteen version Version: 2.9 on WordPress 6.6-RC4-58723
and I am not able to reproduce the issue.
#8
@
4 weeks ago
I think the issue here is the alignment of the entire table block not the text unless I am mistaken. I can replicated the problem but only when centre aligning the entire block, not just the text.
To recreate:
- Add a table block.
- Centre align the entire table block.
- It won't show on front as centre aligned or the same as the editor.
Thanks for this report, @iamjaydip!
I can see this issue, too.