Resolve "Table on Failed Jobs tab is overflowing in IE11 and sm screens"

This commit is contained in:
André Luís 2018-06-11 11:56:59 +00:00 committed by Phil Hughes
parent 4274aeefcb
commit 3b25eccaa8
2 changed files with 10 additions and 0 deletions

View File

@ -58,8 +58,13 @@ table {
display: none;
}
table,
tbody,
td {
display: block;
}
td {
color: $gl-text-color-secondary;
}

View File

@ -0,0 +1,5 @@
---
title: Fix overflowing Failed Jobs table in sm viewports on IE11
merge_request:
author:
type: fixed