Projet

Général

Profil

0001-scss-don-t-cumulate-form-gutters-26806.patch

Frédéric Péters, 07 octobre 2018 17:31

Télécharger (739 octets)

Voir les différences:

Subject: [PATCH] scss: don't cumulate form gutters (#26806)

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

  
31 31
div.dataview div[class*=grid-],
32 32
form div[class*=grid-] {
33
	box-sizing: content-box;
33 34
	+ h3, + h4 {
34 35
		// give additional padding to compensate the margin being
35 36
		// "absorbed" by the floating element.
36
-