diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py
index 999c324ac75cc2fbc4d2506723196ba23456eb0c..5104a52ce814937c2281a14d04082bfcd626e032 100644
--- a/opentech/apply/funds/tables.py
+++ b/opentech/apply/funds/tables.py
@@ -17,7 +17,7 @@ from .widgets import Select2MultiCheckboxesWidget
 
 
 def make_row_class(record):
-    css_class = 'all-submissions__child' if record.next else 'all-submissions__parent'
+    css_class = 'submission-meta__row' if record.next else 'all-submissions__parent'
     css_class += '' if record.active else ' is-inactive'
     return css_class