Projet

Général

Profil

0001-scss-don-t-include-padding-for-list-of-links-41472.patch

Frédéric Péters, 08 avril 2020 17:19

Télécharger (712 octets)

Voir les différences:

Subject: [PATCH] scss: don't include padding for list of links (#41472)

 static/includes/_cells.scss | 3 +++
 1 file changed, 3 insertions(+)
static/includes/_cells.scss
91 91
	& h2 + div {
92 92
		padding: 1rem;
93 93
	}
94
	& h2 + div.links-list {
95
		padding: 0;
96
	}
94 97
}
95 98

  
96 99
.gru-content .cell.wcsformsofcategorycell {
97
-