diff --git a/core/modules/field/theme/field-rtl.css b/core/modules/field/theme/field-rtl.css
index 5d35a86..7aa7936 100644
--- a/core/modules/field/theme/field-rtl.css
+++ b/core/modules/field/theme/field-rtl.css
@@ -1,7 +1,3 @@
-
-form .field-multiple-table th.field-label {
-  padding-right: 0;
-}
 form .field-multiple-table td.field-multiple-drag {
   padding-left: 0;
 }
diff --git a/core/modules/field/theme/field.css b/core/modules/field/theme/field.css
index 9eba32f..b46b41b 100644
--- a/core/modules/field/theme/field.css
+++ b/core/modules/field/theme/field.css
@@ -12,9 +12,6 @@
 form .field-multiple-table {
   margin: 0;
 }
-form .field-multiple-table th.field-label {
-  padding-left: 0; /*LTR*/
-}
 form .field-multiple-table td.field-multiple-drag {
   width: 30px;
   padding-right: 0; /*LTR*/
