File tree 3 files changed +7
-1
lines changed
components/question/file_review_component
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ .review-file-summary-list {
2
+ .govuk-summary-list__key {
3
+ width : 20% ;
4
+ }
5
+ }
Original file line number Diff line number Diff line change 6
6
<%= t ( 'forms.review_file.show.check_file' ) %>
7
7
</ h2 >
8
8
9
- <%= govuk_summary_list do |summary_list |
9
+ <%= govuk_summary_list ( html_attributes : { class : 'review-file-summary-list' } ) do |summary_list |
10
10
summary_list . with_row do |row |
11
11
row . with_key { t ( 'forms.review_file.show.your_file' ) }
12
12
row . with_value { question . original_filename }
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ $govuk-global-styles: true;
4
4
@import " pkg:govuk-frontend" ;
5
5
@import " pkg:dfe-autocomplete/src/dfe-autocomplete" ;
6
6
@import " ../../components/form_header_component/" ;
7
+ @import " ../../components/question/file_review_component/" ;
7
8
@import " ../styles/app-panel" ;
You can’t perform that action at this time.
0 commit comments