diff --git a/app/assets/javascripts/ci/pipelines_page/components/pipelines_artifacts.vue b/app/assets/javascripts/ci/pipelines_page/components/pipelines_artifacts.vue
index 634fc2ad44762394baf7c794d7b954df759ac986..a45387ca676a6386a44810a6a9529f2f9cc3404c 100644
--- a/app/assets/javascripts/ci/pipelines_page/components/pipelines_artifacts.vue
+++ b/app/assets/javascripts/ci/pipelines_page/components/pipelines_artifacts.vue
@@ -75,6 +75,6 @@ export default {
 /* TODO: Use max-height prop when gitlab-ui got updated.
 See https://gitlab.com/gitlab-org/gitlab-ui/-/issues/2374 */
 ::v-deep .gl-new-dropdown-inner {
-  max-height: 310px;
+  max-height: 310px !important;
 }
 </style>