summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2018-06-13 10:30:32 +0100
committerAndré Luís <aluis@gitlab.com>2018-06-13 10:30:32 +0100
commit6686c1b91eae8dc53fb7ebfb3c6f34e9d66fbba0 (patch)
treee32848f1a813137fd7b1252de2fef7229ee666d6
parent879b4bbacf8442c933936b266f1889e3440210a4 (diff)
downloadgitlab-ce-6686c1b91eae8dc53fb7ebfb3c6f34e9d66fbba0.tar.gz
Fix incorrect nesting in scss for ie11
-rw-r--r--app/assets/stylesheets/framework/tables.scss2
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;