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: | sagarjadhav | Owned by: | valentinbora |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Themes | Version: | 4.1.1 |
| Severity: | minor | Keywords: | has-screenshots good-first-bug |
| Cc: | Focuses: | ui, administration |
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
@
7 years ago
- Milestone → 5.5
- Severity normal → 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
@
7 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


Fixed issue