Changes between Initial Version and Version 1 of Ticket #34093
- Timestamp:
- Oct 13, 2022, 12:05:30 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34093 – Description
initial v1 3 3 This seems to be due to the icons’ SVG symbols having hard-coded `width` and `height` attributes, which prevents resizing with CSS. I believe the `width` and `height` should either be removed, or set on the inline SVG (which can be a bit tedious). 4 4 5 Screenshot: 5 Screenshot: https://code.djangoproject.com/raw-attachment/ticket/34093/Screenshot%202022-10-13%20at%2017.44.39.png 6 6 7 7 Relevant code: https://github.com/django/django/blob/da8fa764134980ee1079f790cda6616f32cf9c44/django/contrib/admin/templates/admin/base.html#L118-L122