Index: src/wp-admin/css/dashboard.css
===================================================================
--- src/wp-admin/css/dashboard.css	(revision 35414)
+++ src/wp-admin/css/dashboard.css	(working copy)
@@ -586,6 +586,10 @@
 	color: #23282d;
 }
 
+#dashboard_quick_press .drafts h2 {
+	line-height: inherit;
+}
+
 #dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */
 #dashboard-widgets .inside h3 {
 	margin-left: 0;
@@ -594,10 +598,6 @@
 
 /* Dashboard activity widget */
 
-#dashboard_activity ul {
-	padding: 0 12px;
-}
-
 #dashboard_activity .comment-meta span.approve:before {
 	content: "\f227";
 	font: 20px/.5 dashicons;
@@ -609,13 +609,12 @@
 }
 
 #dashboard_activity .inside {
-	padding: 0;
 	margin: 0;
 }
 
 #dashboard_activity .no-activity {
 	overflow: hidden;
-	padding: 0 12px 12px;
+	padding: 0 0 12px;
 	text-align: center;
 }
 
@@ -646,7 +645,7 @@
 	float: none;
 	border-top: 1px solid #eeeeee;
 	margin-top: 0;
-	padding: 8px 12px 4px;
+	padding: 8px 0 4px;
 }
 
 #future-posts ul,
@@ -670,7 +669,6 @@
 
 .activity-block {
 	border-bottom: 1px solid #eee;
-	overflow: hidden;
 	padding: 8px 0 4px;
 }
 
@@ -800,6 +798,7 @@
 
 #latest-comments #the-comment-list {
 	position: relative;
+	margin: 0 -12px;
 }
 
 #activity-widget #the-comment-list .comment,
