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%; } }