Projet

Général

Profil

0001-scss-adjust-position-of-icon-in-readonly-file-widget.patch

Frédéric Péters, 22 juin 2022 09:11

Télécharger (766 octets)

Voir les différences:

Subject: [PATCH] scss: adjust position of icon in readonly file widget
 (#66464)

 static/includes/wcs/_bulk.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/wcs/_bulk.scss
641 641
					font-family: FontAwesome;
642 642
					font-size: 40px;
643 643
					display: block;
644
					padding-top: 40px;
644
					padding-top: 25px;
645 645
					padding-bottom: 10px;
646 646
				}
647 647
			}
648
-