Commit 3b25ecca authored by André Luís's avatar André Luís Committed by Phil Hughes

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

parent 4274aeef
......@@ -58,8 +58,13 @@ table {
display: none;
}
table,
tbody,
td {
display: block;
}
td {
color: $gl-text-color-secondary;
}
......
---
title: Fix overflowing Failed Jobs table in sm viewports on IE11
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment