Projet

Général

Profil

0001-scss-limit-dimensions-of-image-fields-in-cards-58730.patch

Frédéric Péters, 19 novembre 2021 10:20

Télécharger (693 octets)

Voir les différences:

Subject: [PATCH] scss: limit dimensions of image fields in cards (#58730)

 static/includes/_cells.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/includes/_cells.scss
825 825
.profile-cell .profile {
826 826
	@extend #profile;
827 827
}
828

  
829
.wcs-card-infos-cell img {
830
	max-width: 100%;
831
}
828
-