There was an error while loading. Please reload this page.
1 parent bad03eb commit c595af6Copy full SHA for c595af6
django/contrib/admin/static/admin/css/widgets.css
@@ -568,7 +568,8 @@ ul.timelist, .timelist li {
568
.inline-deletelink {
569
float: right;
570
text-indent: -9999px;
571
- background: url(../img/inline-delete.svg) 0 0 no-repeat;
+ background: url(../img/inline-delete.svg) center center no-repeat;
572
+ background-size: contain;
573
width: 1.5rem;
574
height: 1.5rem;
575
border: 0px none;
0 commit comments