Projet

Général

Profil

0001-scss-use-stable-unit-for-w.c.s.-main-div-paddings-28.patch

Frédéric Péters, 21 novembre 2018 14:04

Télécharger (737 octets)

Voir les différences:

Subject: [PATCH] scss: use stable unit for w.c.s. main div paddings (#28127)

 static/includes/_wcs.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_wcs.scss
100 100
div#rub_service div.dataview,
101 101
div#rub_service dl#evolutions,
102 102
div#rub_service form {
103
	padding: 1ex;
103
	padding: 0.5rem;
104 104
}
105 105

  
106 106
div#rub_service div.dataview div.title h3 {
107
-