Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-03 19:33:15 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-11-03 19:33:15 +0300
commit6947646d00a7a71984d54087452b0d004429b047 (patch)
tree54353618ab2f276a45b37f931ee868851efd8b3f /app/assets/stylesheets/pages
parent797e758beb882d67f32b87db6453cad41c0b931f (diff)
Add Ingress to cluster applications section
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/clusters.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss
index b9bfae9356c..e5b9e1f2de6 100644
--- a/app/assets/stylesheets/pages/clusters.scss
+++ b/app/assets/stylesheets/pages/clusters.scss
@@ -6,5 +6,5 @@
.cluster-applications-table {
// Wait for the Vue to kick-in and render the applications block
- min-height: 179px;
+ min-height: 302px;
}