﻿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
36554	In TabularInline, the text is truncated when the object's __str__ is too long.	Antoliny		"In TabularInline, there is an issue where the text gets cut off when the object's __str__ is long.

[[Image(tabular_object_str.png)]]

The above image is fine because the screen is wide, but on a mobile screen, the text gets cut off as shown below.

[[Image(Screenshot 2025-08-15 at 11.58.32 AM.png)]]

Recently, the font size of `TabularInline` was made the same as `StackedInline` https://github.com/django/django/commit/65377325855ab6faa7ac487e336e9902c6268c96, resulting in a larger font than before.

As a result, the likelihood of this issue occurring has increased, and as seen in the above image, links rendered via show_change_link are also cut off, preventing the use of the features provided by default."	Bug	new	contrib.admin	5.2	Normal		inline	Antoliny	Unreviewed	0	0	0	0	0	1
