diff options
author | André Luís <me@andr3.net> | 2018-06-11 11:56:59 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-06-11 11:56:59 +0000 |
commit | 3b25eccaa81bde87799d579151251f3d7904e5d5 (patch) | |
tree | b3cc0ce0541a587245116ef4e2cc582ca31c301f /app/assets | |
parent | 4274aeefcbf04aa7b66b087c79232ff245d32157 (diff) | |
download | gitlab-ce-3b25eccaa81bde87799d579151251f3d7904e5d5.tar.gz |
Resolve "Table on Failed Jobs tab is overflowing in IE11 and sm screens"
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/tables.scss | 5 |
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; } |