Removes invalid html and unneed CSS to prevent shaking in the pipelines tab
Updates CHANGELOG entry with MR ID
This commit is contained in:
parent
1a8289e0eb
commit
f7418752f0
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
%ul.content-list.pipelines
|
%div
|
||||||
- if pipelines.blank?
|
- if pipelines.blank?
|
||||||
%li
|
%div
|
||||||
.nothing-here-block No pipelines to show
|
.nothing-here-block No pipelines to show
|
||||||
- else
|
- else
|
||||||
.table-holder
|
.table-holder
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Removes invalid html and unneed CSS to prevent shaking in the pipelines tab
|
||||||
|
merge_request: 8411
|
||||||
|
author:
|
Loading…
Reference in a new issue