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:08

Télécharger (819 octets)

Voir les différences:

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

 gadjo/static/css/_grid.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/static/css/_grid.scss
33 33
			& + h3, & + h4, & + p, & + div {
34 34
				clear: both;
35 35
			}
36
			textarea, select, input[type=text], input[type=password], input[type=email] {
36
			table, textarea, select, input[type=text], input[type=password], input[type=email] {
37 37
				width: 100%;
38 38
			}
39 39
		}
40
-