Commit 30416a46 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '28350-manifest-error-file-attach' into 'master'

Add max width on manifest file attachment input

Closes #28350

See merge request gitlab-org/gitlab!19028
parents 65d99621 a550e48d
......@@ -13,7 +13,7 @@
.form-group
= label_tag :manifest, class: 'label-bold' do
= _('Manifest')
= file_field_tag :manifest, class: 'form-control-file', required: true
= file_field_tag :manifest, class: 'form-control-file w-auto', required: true
.form-text.text-muted
= _('Import multiple repositories by uploading a manifest file.')
= link_to icon('question-circle'), help_page_path('user/project/import/manifest')
......
---
title: Add max width on manifest file attachment input
merge_request: 19028
author:
type: fixed
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