Ticket #612 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

excessive padding

Reported by: FND Owned by: FND
Priority: critical Milestone: 2.4
Component: core Version:
Severity: high Keywords:
Cc:

Description

As discussed  here (and  here), certain UI elements exhibit excessive padding, which also impacts functionality.

Attachments

ticket612.patch Download (317 bytes) - added by FND 4 years ago.
code courtesy of Eric

Change History

Changed 4 years ago by FND

code courtesy of Eric

Changed 4 years ago by FND

  • owner changed from JeremyRuston to FND
  • status changed from new to assigned

Changed 4 years ago by MartinBudden

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in changeset:4721

Changed 4 years ago by FND

As reported  here, the following workaround seems to fix this issue as well:

#contentWrapper {
    background-attachment: fixed;
}

(confirmed for Firefox)

Note: See TracTickets for help on using tickets.