Changes between Initial Version and Version 1 of Ticket #34093


Ignore:
Timestamp:
Oct 13, 2022, 12:05:30 PM (2 years ago)
Author:
Thibaud Colas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34093 – Description

    initial v1  
    33This 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).
    44
    5 Screenshot:
     5Screenshot: https://code.djangoproject.com/raw-attachment/ticket/34093/Screenshot%202022-10-13%20at%2017.44.39.png
    66
    77Relevant code: https://github.com/django/django/blob/da8fa764134980ee1079f790cda6616f32cf9c44/django/contrib/admin/templates/admin/base.html#L118-L122
Back to Top