Projet

Général

Profil

0001-style-remove-all-margins-of-objects-lists-38718.patch

Frédéric Péters, 29 décembre 2019 10:15

Télécharger (753 octets)

Voir les différences:

Subject: [PATCH] style: remove all margins of objects lists (#38718)

 gadjo/static/css/gadjo.scss | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
gadjo/static/css/gadjo.scss
660 660
}
661 661

  
662 662
ul.objects-list {
663
	margin: 1em 0;
663
	margin: 0 0 1rem 0;
664 664
	padding: 0;
665
	&:last-child {
666
		margin-bottom: 0;
667
	}
665 668
	li span.extra-info {
666 669
		font-size: 80%;
667 670
		opacity: 0.9;
668
-