Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #134 from communitiesuk/FS-2160-flag-text-area
Browse files Browse the repository at this point in the history
FS-2160: Text area now matches prototype
  • Loading branch information
adamdavies1 authored Jan 12, 2023
2 parents a677356 + 83d7ce2 commit c9c32e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assess/templates/flag_application.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h1 class="govuk-heading govuk-heading-l">Flag application</h1>
{{ govukTextarea({
'id': form.section.id,
'name': form.section.id,
'rows': '1',
'label': {
'text': 'Section to flag',
'classes': 'govuk-label govuk-label--s'
Expand Down

0 comments on commit c9c32e4

Please sign in to comment.