From ef2c73fc924557581e177c167805d76833fe69ae 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:05:57 +0100 Subject: [PATCH] scss: force tables to fill dedicated grid width (#27492) --- static/includes/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/includes/_grid.scss b/static/includes/_grid.scss index 34f57dec..a8684df5 100644 --- a/static/includes/_grid.scss +++ b/static/includes/_grid.scss @@ -17,7 +17,7 @@ div[class*=grid-] { width: 100%; padding-right: 0; } - 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%; } .select2-container { -- 2.19.1