Projet

Général

Profil

0001-css-apply-cell-picture-position-styles-only-if-cell-.patch

Thomas Jund, 13 mai 2020 17:28

Télécharger (821 octets)

Voir les différences:

Subject: [PATCH] css: apply cell picture position styles only if cell has a
 image (#42842)

 static/includes/_cells.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
static/includes/_cells.scss
249 249
	}
250 250
}
251 251

  
252
.gru-content div.link-list-cell,
253
.gru-content div.wcsformsofcategorycell {
252
.gru-content div.link-list-cell.has-asset-picture,
253
.gru-content div.wcsformsofcategorycell.has-asset-picture {
254 254
	picture img {
255 255
		max-width: 100%;
256 256
		display: block;
257
-