Commit da791e64 authored by Phil Hughes's avatar Phil Hughes

Merge branch '47679-fix-failed-jobs-tab-ie11' into 'master'

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

Closes #47679

See merge request gitlab-org/gitlab-ce!19637
parents 4274aeef 3b25ecca
......@@ -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