Opened 11 years ago
Closed 6 years ago
#31783 closed defect (bug) (fixed)
In theme details modal Tags getting overlapped by action buttons
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.5 | Priority: | normal |
| Severity: | minor | Version: | 4.1.1 |
| Component: | Themes | Keywords: | has-screenshots good-first-bug |
| Focuses: | ui, administration | Cc: |
Attachments (3)
Change History (9)
#1
@
11 years ago
- Keywords has-patch added
In above patch have added following styles.
.theme-overlay .theme-actions {
padding-left: 4%;
padding-right: 4%;
}
In screen iPhone 5 portrait ( 320px ) action buttons moved to three rows and above code will fix that issue and make padding uniform with following element.
.theme-about
Please refer following image for more info.
#2
@
6 years ago
- Milestone set to 5.5
- Severity changed from normal to minor
Thank you so much for reporting this @sagarjadhav and sorry for the long time to reply.
This still seems to be an issue affecting 5.3.2, 5.4 and trunk at [47289] as shown in my screenshot above.
#3
@
6 years ago
- Keywords has-screenshots good-first-bug added; has-patch removed
31783.patch makes it better, but it could still use some improvement in terms of bottom padding to give it some "air".
Note: See
TracTickets for help on using
tickets.


Fixed issue