Projet

Général

Profil

0001-scss-force-tables-to-fill-dedicated-grid-width-27492.patch

Frédéric Péters, 29 octobre 2018 13:06

Télécharger (815 octets)

Voir les différences:

Subject: [PATCH] scss: force tables to fill dedicated grid width (#27492)

 static/includes/_grid.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_grid.scss
17 17
		width: 100%;
18 18
		padding-right: 0;
19 19
	}
20
	textarea, select, input[type=text], input[type=password], input[type=email] {
20
	table, textarea, select, input[type=text], input[type=password], input[type=email] {
21 21
		width: 100%;
22 22
	}
23 23
	.select2-container {
24
-