summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/tables.scss
diff options
context:
space:
mode:
authorAndré Luís <me@andr3.net>2018-06-11 11:56:59 +0000
committerPhil Hughes <me@iamphill.com>2018-06-11 11:56:59 +0000
commit3b25eccaa81bde87799d579151251f3d7904e5d5 (patch)
treeb3cc0ce0541a587245116ef4e2cc582ca31c301f /app/assets/stylesheets/framework/tables.scss
parent4274aeefcbf04aa7b66b087c79232ff245d32157 (diff)
downloadgitlab-ce-3b25eccaa81bde87799d579151251f3d7904e5d5.tar.gz
Resolve "Table on Failed Jobs tab is overflowing in IE11 and sm screens"
Diffstat (limited to 'app/assets/stylesheets/framework/tables.scss')
-rw-r--r--app/assets/stylesheets/framework/tables.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss
index 6e1758d7677..ba9de6941ac 100644
--- a/app/assets/stylesheets/framework/tables.scss
+++ b/app/assets/stylesheets/framework/tables.scss
@@ -58,8 +58,13 @@ table {
display: none;
}
+ table,
+ tbody,
td {
display: block;
+ }
+
+ td {
color: $gl-text-color-secondary;
}