diff --git a/core/includes/theme.inc b/core/includes/theme.inc
index ba8f4ee7b7..a9bcdbe125 100644
--- a/core/includes/theme.inc
+++ b/core/includes/theme.inc
@@ -1632,10 +1632,9 @@ function template_preprocess_field_multiple_value_form(&$variables) {
           '#value' => $element['#title'],
           '#attributes' => $header_attributes,
         ],
-        'colspan' => 2,
+        'colspan' => 3,
         'class' => ['field-label'],
       ],
-      [],
       t('Order', [], ['context' => 'Sort order']),
     ];
     $rows = [];
