- Annoyance
Repro Steps:
Create an orphaned docker image.
Add a million docker tags to it:
docker tag image_id foo:bar1 docker tag image_id foo:bar2 docker tag image_id foo:bar3 ...
Open up the docker page.
Enable advanced view.
See that your page width is now extremely wide from all the docker tags.
Proposed solution:
Add
style="white-space: normal;text-align: start;"
to the td containing the orphan image info