How To Make Images Alt Text/title Input Box Bigger?

V 4.3.6

Admin > Editing product > Images > Alternative text/Title

How do I make the input box bigger so I can see all the text without having to select and scroll across?

See image.

Longer-Input-Box.png

Hi MrGrant,

Try to insert this code

.attach-images .image-wrap{
	width:300px;
}
.attach-images .upload-box .image-alt input{
	width:250px;
}

into the design/backend/css/styles.less file (in the end) or create an add-on with the code.

Thanks.

Awesome that worked, thanks so much!