Opened 6 months ago
Closed 6 months ago
#1617 closed defect (fixed)
Jetpack: force subscription checkbox inputs to `display: inline`
| Reported by: | lancewillett | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Component: | jetpack |
| Severity: | minor | Keywords: | twenty-twelve |
| Cc: | lance@… |
Description
Some themes might style form labels to display: block for display reasons, this makes the checkbox label added by Jetpack Comments drop to a new line, see attached screenshot.
The fix will be to add display: inline; rules to these inputs.
Attachments (2)
Change History (4)
Changed 6 months ago by lancewillett
comment:1 Changed 6 months ago by lancewillett
- Cc lance@… added
- Summary changed from Jetpack: force comment checkbox inputs to `display: inline` to Jetpack: force subscription checkbox inputs to `display: inline`
Changed 6 months ago by lancewillett
comment:2 Changed 6 months ago by lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 634272:
Note: See
TracTickets for help on using
tickets.

Example of Twenty Twelve input layout issue