Opened 5 years ago

Last modified 5 years ago

#31174 closed Bug

The inline original text area can not display full — at Initial Version

Reported by: Jian Dai Owned by: nobody
Component: contrib.admin Version: 3.0
Severity: Normal Keywords: form inline original css style
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

The changeform page that having a inline models, has a bug in the the style.
The style ".inline-group .tabular td.original p" in "form.css", can not display the full text with "height:1.1em".
Browser: Chrome version 79.0.3945.117

I think it should be "height: inherit"

Change History (1)

by Jian Dai, 5 years ago

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