diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-26 06:09:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-26 06:09:03 +0000 |
commit | d15cc2684ce38f737bb46deff4eefe86a1f77cf6 (patch) | |
tree | 2f9b64921439d636c9ca3a40c210032d753c4acb /app/views/projects/environments/_form.html.haml | |
parent | df7a85f37299316d2e6878a26acb28cd2542421a (diff) | |
download | gitlab-ce-d15cc2684ce38f737bb46deff4eefe86a1f77cf6.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/environments/_form.html.haml')
-rw-r--r-- | app/views/projects/environments/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/environments/_form.html.haml b/app/views/projects/environments/_form.html.haml index f49431932f1..d83970d4f3f 100644 --- a/app/views/projects/environments/_form.html.haml +++ b/app/views/projects/environments/_form.html.haml @@ -1,4 +1,4 @@ -.row.prepend-top-default.gl-mb-3 +.row.gl-mt-3.gl-mb-3 .col-lg-3 %h4.gl-mt-0 = _("Environments") |