Opened 5 years ago
#54606 new defect (bug)
The selectControl component has margin bottom 0 in label of selectControl.
| Reported by: | smit08 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | 5.8.2 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.