Opened 5 years ago

Closed 5 years ago

#30218 closed Bug (fixed)

Changelist search button wrong size

Reported by: Johannes Maron Owned by: Johannes Maron
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

The changelist search button in django.contrib.admin has the wrong size on large displays.
I tested this on Chrome. It looks correct on smaller mobile screens. This seems to be due to a font-size error. The buttons font-size should be 13px as is the search input but is 14px.

Attachments (1)

Screen Shot 2019-02-27 at 11.11.38.png (6.5 KB ) - added by Johannes Maron 5 years ago.
changelist search button

Download all attachments as: .zip

Change History (4)

by Johannes Maron, 5 years ago

changelist search button

comment:1 by Johannes Maron, 5 years ago

Owner: changed from nobody to Johannes Maron
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 5 years ago

Easy pickings: unset
Has patch: set

comment:3 by Tim Graham <timograham@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 25e724a5:

Fixed #30218 -- Fixed size of admin changelist's search button.

Note: See TracTickets for help on using tickets.
Back to Top