Opened 3 years ago
Last modified 2 years ago
#54211 new defect (bug)
Small css bug when using customize-controls in customizer.php
Reported by: | akissz | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 3.4 |
Component: | Customize | Keywords: | needs-design-feedback 2nd-opinion |
Focuses: | Cc: |
Description
The form code is wrong in the css for some elements. To reproduce problem, add in customizer.php custom two customize-control-radio and two customize-control-select. You see the 'radio' has extra 10px padding on bottom. The 'select' is missing the 10px padding. So it looks very bad when you organize the elements. So either remove the 10px or add the 10px to the 'select' css.
Attachments (3)
Change History (12)
#2
in reply to:
↑ 1
@
3 years ago
Replying to aezazshekh:
Hello @akissz. Thank you for this ticket.
Can u send me screenshots? so I can understand better.
I uploaded 3 files so you can see now.
This ticket was mentioned in Slack in #core-test by hellofromtonya. View the logs.
3 years ago
#5
@
3 years ago
- Keywords needs-design-feedback added; needs-screenshots removed
It's reproducible on Twenty Twenty-One.
Test Report
Env
- WordPress 5.8 and 5.8.1
- Theme: Twenty Twenty-One
Steps to test
- Go to the Customizer section
- Choose Home page settings tab
- Inspect
Radio buttons
(Your home page displays) andSelect
(Home page) sections customize-control-dropdown-pages
class doesn't have padding,customize-control-radio
has padding
#6
@
3 years ago
- Keywords 2nd-opinion added
- Version set to 3.4
The extra padding on radio controls is relative to most (all?) control types, not just select controls. So I'm not sure that adding padding to just select controls addresses the concern.
The extra padding was added in [20184] and targeted specifically at radios, although it's not clear to me why. I don't have an installation of WordPress 3.4 available currently. Did the padding serve a purpose then that isn't relevant anymore?
Hello @akissz. Thank you for this ticket.
Can u send me screenshots? so I can understand better.