﻿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
34102	Admin list view `word-break: break-word;`	Collin Anderson	Collin Anderson	"Hi All,

15682cb0034242fcdfe333cf399d62ab70c3a978 / https://github.com/django/django/pull/16164 (Fixed wrapping of long model names in the admin,  Oct 10, 2022) put `word-break: break-word;` on all `td, th` table cells in the entire admin.

That kinda messes up admin list view when there's a lot of columns, where it's now breaking data mid-word or mid-email, etc. It might ""break"" other things too. I'd suggest sticking to the browser default `word-break` for most tables, and maybe limit `word-break: break-word;` to just the index page.

Thanks,
Collin
"	Bug	closed	contrib.admin	dev	Release blocker	fixed			Accepted	1	0	0	0	0	0
