diff --git a/app/views/projects/commit/_pipelines_list.haml b/app/views/projects/commit/_pipelines_list.haml
index 5a9f72951350bdd649fe0bbe7b826bda82b0746b..a332b67c73e908418118bfde6e8018567868693e 100644
--- a/app/views/projects/commit/_pipelines_list.haml
+++ b/app/views/projects/commit/_pipelines_list.haml
@@ -1,6 +1,6 @@
-%ul.content-list.pipelines
+%div
   - if pipelines.blank?
-    %li
+    %div
       .nothing-here-block No pipelines to show
   - else
     .table-holder
diff --git a/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml b/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml
new file mode 100644
index 0000000000000000000000000000000000000000..949e321bc3f32f261fb01eadcdb5e678384f0214
--- /dev/null
+++ b/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml
@@ -0,0 +1,4 @@
+---
+title: Removes invalid html and unneed CSS to prevent shaking in the pipelines tab
+merge_request: 8411
+author: