diff options
-rw-r--r-- | app/assets/stylesheets/framework/tables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss index ba9de6941ac..339388392df 100644 --- a/app/assets/stylesheets/framework/tables.scss +++ b/app/assets/stylesheets/framework/tables.scss @@ -58,7 +58,7 @@ table { display: none; } - table, + &, tbody, td { display: block; |