Projet

Général

Profil

0001-scss-give-additional-top-margin-to-titles-after-grid.patch

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

Télécharger (816 octets)

Voir les différences:

Subject: [PATCH] scss: give additional top margin to titles after grid
 elements (#26541)

 static/includes/_grid.scss | 5 +++++
 1 file changed, 5 insertions(+)
static/includes/_grid.scss
32 32
	+ h3, +h4, +p, +div {
33 33
		clear: both;
34 34
	}
35
	+ h3, + h4 {
36
		// give additional padding to compensate the margin being
37
		// "absorbed" by the floating element.
38
		padding-top: 1rem;
39
	}
35 40
}
36 41

  
37 42
form div[class*=grid-] span.select2-selection,
38
-