﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36556	When a TabularInline model has multiple fields, the page overflows.	Antoliny	Antoliny	"Even when a TabularInline model has just three or more fields, the page overflows due to the width.

[[Image(admin_tabular_inline_overflow.png)]]

To prevent the page from overflowing, `overflow` CSS is needed. If we add `overflow`, it should be applied to the table so that when there are multiple fields, we can navigate through the elements inside the table via scrolling.

It seems this was likely [https://github.com/django/django/blob/main/django/contrib/admin/static/admin/css/forms.css#L416 considered during the design], but due to the nature of tables, `overflow-x` does not apply. To fix this issue, the display should be changed to `block`."	Bug	closed	contrib.admin	5.2	Normal	fixed	inline		Ready for checkin	1	0	0	0	0	1
