You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I’ve only seen this very recently on internal test builds. It doesn’t exist (yet) on the main WP Internal Alpha or the other public betas. So it must be from a very recently merged change. // cc @pinarol
When creating a new post, the first empty paragraph block seems to have unwanted additional padding, pushing the placeholder text inward.
This extra padding goes away when you select the block or add any content.
To Reproduce
Steps to reproduce the behavior:
Start a brand new post
See the empty paragraph block placeholder text has too much padding.
The placeholder text should be aligned to the same 16px key line as other blocks.
Smartphone (please complete the following information):
I have check this and it was probably introduced after merge new bordering logic and is also connected with fix replacing empty paragraph](#2077)
When we open new post we render first Paragraph in DefaultAppender. It is also wrapped with View which has padding of value 16px applied. After implement new bordering logic it seems it gets extra margin. Will raise PR soon because already fix that
Note: I’ve only seen this very recently on internal test builds. It doesn’t exist (yet) on the main WP Internal Alpha or the other public betas. So it must be from a very recently merged change. // cc @pinarol
When creating a new post, the first empty paragraph block seems to have unwanted additional padding, pushing the placeholder text inward.
This extra padding goes away when you select the block or add any content.
To Reproduce
Steps to reproduce the behavior:
The placeholder text should be aligned to the same 16px key line as other blocks.
Smartphone (please complete the following information):
Device: iPhone 11 Pro,Android Pixel 4, iPad Pro
OS: iOS 13.3.1 (iPhone 11 Pro), Android 10 (Pixel 4), iPad OS 13.4 (iPad Pro)
Version: I’ve only seen this very recently on internal test builds. It doesn’t exist (yet) on the main WP Internal Alpha or the other public betas.
The text was updated successfully, but these errors were encountered: