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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:24:01 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:24:01 +0300
commitb1c4fdecfceaac6509a817325822aa1e04f59046 (patch)
tree6c2b1cf7bdc243469ec8163f25659f19b7ca21b8 /app/views/shared/issuable/_form.html.haml
parent67cedaa96c3d1eb405d2ce41ec3a15cb0b2571f2 (diff)
[skip ci] Fix form for new issuable
Diffstat (limited to 'app/views/shared/issuable/_form.html.haml')
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 79feac2e811..fbc608b207a 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -12,7 +12,7 @@
and make sure your changes will not unintentionally remove theirs
.form-group.row
- = form.label :title, class: 'col-form-label'
+ = form.label :title, class: 'col-form-label col-sm-2'
= render 'shared/issuable/form/template_selector', issuable: issuable
= render 'shared/issuable/form/title', issuable: issuable, form: form, has_wip_commits: commits && commits.detect(&:work_in_progress?)