Opened 3 years ago
#54606 new defect (bug)
The selectControl component has margin bottom 0 in label of selectControl.
Reported by: | 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:
- Create a simple custom gutenberg block having 1 richtext.
- Now create setting for font weight by SelectControl. So you can see that label of selectControl has margin 0.
- So solution is to add margin-bottom 8 px.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
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.