Resolve "Table on Failed Jobs tab is overflowing in IE11 and sm screens"
This commit is contained in:
parent
4274aeefcb
commit
3b25eccaa8
2 changed files with 10 additions and 0 deletions
|
@ -58,8 +58,13 @@ table {
|
|||
display: none;
|
||||
}
|
||||
|
||||
table,
|
||||
tbody,
|
||||
td {
|
||||
display: block;
|
||||
}
|
||||
|
||||
td {
|
||||
color: $gl-text-color-secondary;
|
||||
}
|
||||
|
||||
|
|
5
changelogs/unreleased/47679-fix-failed-jobs-tab-ie11.yml
Normal file
5
changelogs/unreleased/47679-fix-failed-jobs-tab-ie11.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix overflowing Failed Jobs table in sm viewports on IE11
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue