Commit 367f5367 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '235004-shortcut-deploy-to-is-shrinked' into 'master'

Remove height limit on environments table

See merge request gitlab-org/gitlab!41688
parents 436b352f 685cc195
import initShowEnvironment from '~/environments/mount_show';
document.addEventListener('DOMContentLoaded', () => initShowEnvironment());
document.addEventListener('DOMContentLoaded', initShowEnvironment);
......@@ -69,7 +69,7 @@
.text-center
= link_to _("Read more"), help_page_path("ci/environments"), class: "btn btn-success"
- else
.table-holder
.table-holder.gl-overflow-visible
.ci-table.environments{ role: 'grid' }
.gl-responsive-table-row.table-row-header{ role: 'row' }
.table-section.section-15{ role: 'columnheader' }= _('Status')
......
---
title: Remove height limit on environments table
merge_request: 41688
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