#56959 closed defect (bug) (duplicate)
Twenty Twenty-three table block padding is different for editor and frontend.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.1 |
Component: | Bundled Theme | Keywords: | |
Focuses: | css | Cc: |
Description
Steps to reproduce the issue:-
- Activate twenty twenty three theme.
- Choose table block.
- Now add some content on table and then check both the side.
You can able to see a difference of padding in editor and front end both sides.
I have attached video for better understanding.
Video URL :- https://share.cleanshot.com/D7W1f0RZaWjoH5qgrCSe
Change History (4)
#2
@
13 months ago
Thanks for reporting this!
I think this may be a duplicate of https://core.trac.wordpress.org/ticket/56818, which has a potential fix upstream in the editor: https://github.com/WordPress/gutenberg/pull/45069
Note: See
TracTickets for help on using
tickets.
The reason behind this issue is in editor side we have the below css.
If we remove this padding:0.5em and then check so the issue is resolved and the spacing looks the same.