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:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/clusters.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/clusters.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/page_bundles/clusters.scss b/app/assets/stylesheets/page_bundles/clusters.scss
index 4d75159e87a..7c46b836ddc 100644
--- a/app/assets/stylesheets/page_bundles/clusters.scss
+++ b/app/assets/stylesheets/page_bundles/clusters.scss
@@ -3,12 +3,12 @@
.clusters-container {
@include media-breakpoint-down(xs) {
.nav-controls {
- @include gl-w-full;
+ width: 100%;
order: -1;
.gl-dropdown,
.split-content-button {
- @include gl-w-full;
+ width: 100%;
}
}
}