Projet

Général

Profil

0001-scss-increase-bottom-margin-for-light-form-widgets-2.patch

Frédéric Péters, 19 septembre 2018 09:54

Télécharger (788 octets)

Voir les différences:

Subject: [PATCH] scss: increase bottom margin for light form widgets (#26548)

 static/includes/_forms.scss | 5 +++++
 1 file changed, 5 insertions(+)
static/includes/_forms.scss
407 407
		margin-left: 0;
408 408
		background: none;
409 409
	}
410
	form.quixote div.widget {
411
		// increase bottom margin as the single border pushes away the
412
		// widget from the label and we have to compensate.
413
		margin-bottom: 3ex;
414
	}
410 415
}
411
-