Projet

Général

Profil

0001-scss-also-force-newline-on-title-fields-in-summary-p.patch

Frédéric Péters, 19 septembre 2018 08:57

Télécharger (666 octets)

Voir les différences:

Subject: [PATCH] scss: also force newline on title fields in summary page
 (#26543)

 static/includes/_grid.scss | 1 +
 1 file changed, 1 insertion(+)
static/includes/_grid.scss
28 28
	}
29 29
}
30 30

  
31
div.dataview div[class*=grid-],
31 32
form div[class*=grid-] {
32 33
	+ h3, +h4, +p, +div {
33 34
		clear: both;
34
-