Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 23964)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -2453,10 +2453,13 @@
 	margin-bottom: 8px;
 }
 
-#commentform label {
+#commentform [for="author"],
+#commentform [for="email"],
+#commentform [for="url"],
+#commentform [for="comment"] {
 	float: left;
 	padding: 5px 0;
-	width: 100px;
+	width: 120px;
 }
 
 #commentform .required {
@@ -3112,8 +3115,8 @@
 	#commentform input[type="text"],
 	#commentform input[type="email"],
 	#commentform input[type="url"] {
-		width: -webkit-calc(100% - 100px);
-		width:         calc(100% - 100px);
+		width: -webkit-calc(100% - 120px);
+		width:         calc(100% - 120px);
 	}
 
 	#commentform textarea {
Index: wp-content/themes/twentythirteen/rtl.css
===================================================================
--- wp-content/themes/twentythirteen/rtl.css	(revision 23964)
+++ wp-content/themes/twentythirteen/rtl.css	(working copy)
@@ -662,7 +662,10 @@
 	content: normal;
 }
 
-#commentform label {
+#commentform [for="author"],
+#commentform [for="email"],
+#commentform [for="url"],
+#commentform [for="comment"] {
 	float: right;
 }
 
