Projet

Général

Profil

0001-scss-use-full-width-for-grid-elements-on-very-small-.patch

Frédéric Péters, 20 juin 2018 21:28

Télécharger (772 octets)

Voir les différences:

Subject: [PATCH] scss: use full width for grid elements on very small screens
 (#24677)

 static/includes/_grid.scss | 1 +
 1 file changed, 1 insertion(+)
static/includes/_grid.scss
15 15
	padding-right: 1em;
16 16
	@media screen and (max-width: $very-small-limit) {
17 17
		width: 100%;
18
		padding-right: 0;
18 19
	}
19 20
	textarea, select, input[type=text], input[type=password], input[type=email] {
20 21
		width: 100%;
21
-