Projet

Général

Profil

0001-backoffice-fix-sizing-of-delete-view-button-to-match.patch

Frédéric Péters, 17 février 2022 15:57

Télécharger (805 octets)

Voir les différences:

Subject: [PATCH] backoffice: fix sizing of delete view button to match the
 save button (#61923)

 wcs/qommon/static/css/dc2/admin.scss | 4 ++++
 1 file changed, 4 insertions(+)
wcs/qommon/static/css/dc2/admin.scss
1369 1369
	cursor: pointer;
1370 1370
}
1371 1371

  
1372
#delete-view {
1373
	display: inline;
1374
}
1375

  
1372 1376
.bo-block.backoffice-description:before {
1373 1377
	font-family: FontAwesome;
1374 1378
	content: "\f05a"; /* info-circle */
1375
-