Projet

Général

Profil

0001-style-remove-extra-margin-from-paragraphs-in-notices.patch

Frédéric Péters, 07 août 2020 13:34

Télécharger (717 octets)

Voir les différences:

Subject: [PATCH] style: remove extra margin from paragraphs in notices
 (#45791)

 gadjo/static/css/gadjo.scss | 6 ++++++
 1 file changed, 6 insertions(+)
gadjo/static/css/gadjo.scss
401 401
		flex: 0 0 auto;
402 402
		margin-left: .66em;
403 403
	}
404
	p:first-child {
405
		margin-top: 0;
406
	}
407
	p:last-child {
408
		margin-bottom: 0;
409
	}
404 410
}
405 411

  
406 412
/* main content */
407
-