Make WordPress Core

Opened 3 years ago

#54606 new defect (bug)

The selectControl component has margin bottom 0 in label of selectControl.

Reported by: smit08's profile smit08 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.8.2
Component: Editor Keywords: needs-patch
Focuses: Cc:

Description

I am using latest wp version 5.8.2 I created 1 custom gutenberg block and added the typography setting in inspector control for title and description of my custom gutenberg block.

Steps to reproduce:

  1. Create a simple custom gutenberg block having 1 richtext.
  1. Now create setting for font weight by SelectControl. So you can see that label of selectControl has margin 0.
  1. So solution is to add margin-bottom 8 px.

Attachments (1)

selectControl issue.PNG (7.9 KB) - added by smit08 3 years ago.
I have attached a img of this issue. So you can see clearly that font weight column i have used selectControl component and label "Font Weight" has no margin bottom.

Download all attachments as: .zip

Change History (1)

@smit08
3 years ago

I have attached a img of this issue. So you can see clearly that font weight column i have used selectControl component and label "Font Weight" has no margin bottom.

Note: See TracTickets for help on using tickets.