Opened 4 years ago
Closed 4 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 |
Change History (1)
comment:1 by , 4 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Summary: | django admin inline fieldset width → Inline fieldset doesn't fit to the screen. |
| Type: | Uncategorized → Bug |
Note:
See TracTickets
for help on using tickets.

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,