diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss
index ca079ea0b..7d1931395 100644
--- a/app/assets/stylesheets/components/table.scss
+++ b/app/assets/stylesheets/components/table.scss
@@ -74,6 +74,12 @@
}
+ &-invisible-error {
+ border-left: 5px solid transparent;
+ padding-left: 7px;
+ display: block;
+ }
+
&-status {
&-default {
diff --git a/app/templates/views/check.html b/app/templates/views/check.html
index 5fd5590c0..b349bbcb2 100644
--- a/app/templates/views/check.html
+++ b/app/templates/views/check.html
@@ -188,7 +188,7 @@
caption=original_file_name,
caption_visible=False,
field_headings=[
- 'Row in file1'|safe
+ 'Row in file1'.format("table-field-invisible-error" if errors else "")|safe
] + recipients.column_headers
) %}
{% call index_field() %}