Projet

Général

Profil

0002-scss-card-cell-img-and-table-width-68877.patch

Lauréline Guérin, 09 septembre 2022 09:45

Télécharger (782 octets)

Voir les différences:

Subject: [PATCH 2/2] scss: card cell, img and table width (#68877)

 static/includes/_cells.scss | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
static/includes/_cells.scss
821 821
	@extend #profile;
822 822
}
823 823

  
824
.wcs-card-cell.card-card img,  {
824
.wcs-card-cell img,  {
825 825
	max-width: 100%;
826 826
}
827 827

  
828
.wcs-card-cell.card-table .pk-data-table {
829
	width: 100%;
830
}
831

  
828 832
.empty-cell {
829 833
	display: none !important;
830 834
}
831
-