Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 23955)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -2438,10 +2438,12 @@
 	margin-bottom: 8px;
 }
 
-#commentform label {
+#commentform [for="author"],
+#commentform [for="email"],
+#commentform [for="url"] {
 	float: left;
 	padding: 5px 0;
-	width: 100px;
+	width: 120px;
 }
 
 #commentform .required {
@@ -3080,8 +3082,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 {
