﻿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
34095	Form controls in admin should use heights in relative units	Thibaud Colas	SwastikTripathi	"There are a lot of form controls in the admin that use hard-coded heights in pixels. This is problematic for users which change the font size, as the text then overflows / the UI looks broken.

Here are three in particular that fit neatly in a screenshot: https://code.djangoproject.com/raw-attachment/ticket/34095/Screenshot%202022-10-13%20at%2017.58.12.png

- The search field’s input height
- The actions’ select
- The ""Go"" button

In all three cases, the fix is as simple as converting the height from pixels to rem (divide by 16).

"	Bug	closed	contrib.admin	4.1	Normal	fixed	accessibility		Ready for checkin	1	0	0	0	1	1
