#6336 closed defect (bug) (fixed)
Fix horizontal scrollbar in dashboard
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | has-patch needs-testing |
Focuses: | 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)
#2
@
17 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.
Note: See
TracTickets for help on using
tickets.
(In [7453]) Fix horizontal scrollbar in dashboard. Props mt. fixes #6336