#6336 closed defect (bug) (fixed)
Fix horizontal scrollbar in dashboard
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: |
Description
Removing the right padding on div#dashboard-widgets fixes the persistent horizontal scrollbars on the Dashboard. Wait for mdawaffe's input before commit.
Attachments (2)
Change History (7)
iammattthomas — 5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
That change breaks dashboards in IE for some screen widths. For random screen widths below the dashboards max-height (rounding issue) and all screen widths above the max-width, the dashboard widgets appear in one column.
Attached adds a rule to the IE CSS that seems to prevent this bug at all widths.
ie-rtl.css seems not to need any changes.
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

(In [7453]) Fix horizontal scrollbar in dashboard. Props mt. fixes #6336