diff options
author | Sam Rose <sam@gitlab.com> | 2017-03-23 09:46:05 -0400 |
---|---|---|
committer | Sam Rose <sam@gitlab.com> | 2017-03-23 09:46:05 -0400 |
commit | 9c9aac3d16cfbbcbe24b9b33eb7a6d4c14c24f26 (patch) | |
tree | 7f68c68b2ec10d4f4e7e49998632f959aabff6da | |
parent | 73c98a34b00f6495c3c58514fdb46962c91354c1 (diff) | |
download | gitlab-ce-9c9aac3d16cfbbcbe24b9b33eb7a6d4c14c24f26.tar.gz |
Prevent Trigger action buttons from wrapping29807-improve-triggers-edit-and-delete-buttons-alignment
-rw-r--r-- | app/assets/stylesheets/pages/settings_ci_cd.scss | 2 |
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; } |