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:
authorSam Rose <sam@gitlab.com>2017-03-23 16:46:05 +0300
committerSam Rose <sam@gitlab.com>2017-03-23 16:46:05 +0300
commit9c9aac3d16cfbbcbe24b9b33eb7a6d4c14c24f26 (patch)
tree7f68c68b2ec10d4f4e7e49998632f959aabff6da /app/assets/stylesheets/pages/settings_ci_cd.scss
parent73c98a34b00f6495c3c58514fdb46962c91354c1 (diff)
Prevent Trigger action buttons from wrapping
Diffstat (limited to 'app/assets/stylesheets/pages/settings_ci_cd.scss')
-rw-r--r--app/assets/stylesheets/pages/settings_ci_cd.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/settings_ci_cd.scss b/app/assets/stylesheets/pages/settings_ci_cd.scss
index b97a29cd1a0..fe22d186af1 100644
--- a/app/assets/stylesheets/pages/settings_ci_cd.scss
+++ b/app/assets/stylesheets/pages/settings_ci_cd.scss
@@ -6,6 +6,8 @@
}
.trigger-actions {
+ white-space: nowrap;
+
.btn {
margin-left: 10px;
}