Opened 2 years ago

Closed 2 years ago

#33659 closed Bug (invalid)

Inline fieldset doesn't fit to the screen.

Reported by: Ritik Soni Owned by: nobody
Component: contrib.admin Version: 4.0
Severity: Normal Keywords: html, css
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

whenever I tried to add an inline to a model if the inline width is bigger than the screen size then it goes overflow... and makes the template odd looking..

https://user-images.githubusercontent.com/47344024/164957207-e26276c6-ab18-4182-b340-5f84eb094471.png

Change History (1)

comment:1 by Mariusz Felisiak, 2 years ago

Resolution: invalid
Status: newclosed
Summary: django admin inline fieldset widthInline fieldset doesn't fit to the screen.
Type: UncategorizedBug

Horizontal scrollbar appears in such cases. There is not much we can do to fit multiple columns in a single row. You can also try to switch to StackedInline,

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