From e0e9d0cdc955fcba4a3a948228fd90fdce1aa026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 29 Oct 2018 13:08:01 +0100 Subject: [PATCH] scss: force tables to fill dedicated grid width (#27492) --- gadjo/static/css/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/_grid.scss b/gadjo/static/css/_grid.scss index c0121ef..5a81a10 100644 --- a/gadjo/static/css/_grid.scss +++ b/gadjo/static/css/_grid.scss @@ -33,7 +33,7 @@ div.grid { & + h3, & + h4, & + p, & + div { clear: both; } - textarea, select, input[type=text], input[type=password], input[type=email] { + table, textarea, select, input[type=text], input[type=password], input[type=email] { width: 100%; } }