diff options
author | André Luís <aluis@gitlab.com> | 2018-06-13 10:30:32 +0100 |
---|---|---|
committer | André Luís <aluis@gitlab.com> | 2018-06-13 10:30:32 +0100 |
commit | 6686c1b91eae8dc53fb7ebfb3c6f34e9d66fbba0 (patch) | |
tree | e32848f1a813137fd7b1252de2fef7229ee666d6 /app | |
parent | 879b4bbacf8442c933936b266f1889e3440210a4 (diff) | |
download | gitlab-ce-6686c1b91eae8dc53fb7ebfb3c6f34e9d66fbba0.tar.gz |
Fix incorrect nesting in scss for ie11
Diffstat (limited to 'app')
-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; |