Opened 4 years ago
Closed 4 years ago
#49951 closed defect (bug) (fixed)
Plugin and Theme upload form issue in responsive
Reported by: | mukesh27 | Owned by: | afercia |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.4 |
Component: | Upload | Keywords: | has-screenshots has-patch |
Focuses: | ui, css | Cc: |
Description
In responsive design plugin and theme upload form design issue.
Attachments (6)
Change History (12)
#2
@
4 years ago
- Component changed from Themes to Upload
- Focuses administration removed
- Milestone changed from Awaiting Review to 5.5
#3
@
4 years ago
- Keywords has-patch added; needs-patch removed
49951.diff fixes the problem in plugin and theme installation
#4
@
4 years ago
See also [47599] / #49914 , where justify-content: space-between;
was added. However, looks like on large screens the vertical alignment may still be improved. Historically, styling file inputs was almost impossible. Adding align-items: center;
for large screens may help.
Switching back to display: block
for smaller screens as proposed in 49951.diff looks good to me.
Note: See
TracTickets for help on using
tickets.
#49981 was marked as a duplicate.