Opened 5 years ago

Last modified 5 years ago

#30725 closed Bug

Textbox size of a DateTimeField becomes too small in admin.TabularInline when browser windows is made smaller — at Initial Version

Reported by: Basil Eric Rabi Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Lionel Bersee, Utkarsh Rajwansh, Min ho Kim Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

I have a model with a DateTimeField and used it in admin.TabularInline for the Django Admin. When the browser window is wide enough there are no issues. But when the browser window is made smaller or when you use a phone to view the admin page, you can't see the text inside the text box for the date and time since the boxes become too small.

Change History (1)

by Basil Eric Rabi, 5 years ago

Attachment: small.png added

Screen shot

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