Opened 5 years ago
Closed 5 years ago
#46972 closed defect (bug) (fixed)
Cards on Tools page too wide on mobile
Reported by: | anischarolia | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.2.1 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Administration | Keywords: | has-patch has-screenshots fixed-major |
Focuses: | Cc: |
Description
Hello,
While reviewing I found that the card in Admin > Tools gets stick to the right side. Its because of the padding assigned to it. We can apply box-sizing: border-box;
to .card
. It will make the browser count its width including its padding and not excluding it resulting in solving this issue in all devices.
Attachments (4)
Change History (9)
#1
@
5 years ago
- Component changed from General to Administration
- Milestone changed from Awaiting Review to 5.2.1
I am able to reproduce this issue. Going to move this to 5.2.1 for testing.
#2
@
5 years ago
- Summary changed from Privacy tool card not proper in smaller device(iphone5) to Cards on Tools page too wide on mobile
- Version changed from trunk to 4.2
To reproduce this issue, test using iPhone 5 screen widths.
#3
@
5 years ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 45296:
#4
@
5 years ago
- Keywords fixed-major added; needs-testing removed
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport consideration.
For future reference, the vendor prefix for box-sizing
is no longer required. The last versions that required it were Firefox 28 (2014), Safari 5 (2011), and Chrome 9 (2010).
Note: See
TracTickets for help on using
tickets.
patch file for this issue