Changes between Initial Version and Version 2 of Ticket #36554
- Timestamp:
- Aug 14, 2025, 10:06:31 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36554
- Property Component contrib.admindocs → contrib.admin
-
Ticket #36554 – Description
initial v2 1 1 In TabularInline, there is an issue where the text gets cut off when the object's __str__ is long. 2 2 3 [[Image( Screenshot 2025-08-15 at 11.56.30 AM.png)]]3 [[Image(tabular_object_str.png)]] 4 4 5 5 The above image is fine because the screen is wide, but on a mobile screen, the text gets cut off as shown below.