summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/clusters.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-11-09 11:47:08 +0000
committerKamil Trzcinski <ayufan@ayufan.eu>2017-12-03 13:36:10 +0100
commitc9de56fad4eb16e492cedde409e35f41e7fe1084 (patch)
tree0b6586ffa9c83118be26c2fc65565c8ddf685646 /app/assets/stylesheets/pages/clusters.scss
parent26a585c9988b674a02d0604d993fab98e48b5c0c (diff)
downloadgitlab-ce-c9de56fad4eb16e492cedde409e35f41e7fe1084.tar.gz
Add existing cluster form - FE and CSS
Add GKE, Login - HTML & CSS Cluster details - HTML & CSS
Diffstat (limited to 'app/assets/stylesheets/pages/clusters.scss')
-rw-r--r--app/assets/stylesheets/pages/clusters.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss
index e5b9e1f2de6..79dd709a571 100644
--- a/app/assets/stylesheets/pages/clusters.scss
+++ b/app/assets/stylesheets/pages/clusters.scss
@@ -8,3 +8,7 @@
// Wait for the Vue to kick-in and render the applications block
min-height: 302px;
}
+
+.clusters-dropdown-menu {
+ max-width: 100%;
+} \ No newline at end of file