Commit 91f31ae5 authored by Jose's avatar Jose

Fix use template buttons for creating a new project

parent 7b7ba297
...@@ -293,3 +293,7 @@ input[type=color].form-control { ...@@ -293,3 +293,7 @@ input[type=color].form-control {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
} }
.btn {
margin-bottom: 0;
}
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
%a.btn.btn-default{ href: template.preview, rel: 'noopener noreferrer', target: '_blank' } Preview %a.btn.btn-default{ href: template.preview, rel: 'noopener noreferrer', target: '_blank' } Preview
.project-fields-form .project-fields-form
.form-group .row
.form-group.col-sm-12
%label.label-light %label.label-light
Template Template
.input-group.template-input-group .input-group.template-input-group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment