Projet

Général

Profil

0001-scss-don-t-give-full-width-to-checkboxes-in-authenti.patch

Frédéric Péters, 21 juin 2018 13:05

Télécharger (694 octets)

Voir les différences:

Subject: [PATCH] scss: don't give full width to checkboxes in authentic
 profile (#24685)

 static/includes/_forms.scss | 1 +
 1 file changed, 1 insertion(+)
static/includes/_forms.scss
175 175
	width: 100%;
176 176
}
177 177

  
178
div.a2-block form input[type=checkbox],
178 179
div.a2-block form input[type=radio] {
179 180
	width: auto;
180 181
}
181
-