Projet

Général

Profil

0001-scss-force-clear-on-h3-h4-and-p-after-grid-elements-.patch

Frédéric Péters, 13 mai 2016 22:20

Télécharger (759 octets)

Voir les différences:

Subject: [PATCH] scss: force clear on <h3>, <h4> and <p> after grid elements
 (#10929)

 static/includes/_wcs.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_wcs.scss
430 430
			@media screen and (max-width: $very-small-limit) {
431 431
				width: 100%;
432 432
			}
433
			& + div {
433
			& + h3, & + h4, & + p, & + div {
434 434
				clear: both;
435 435
			}
436 436
			textarea, select, input {
437
-