Index: src/wp-admin/css/media.css
===================================================================
--- src/wp-admin/css/media.css	(revision 43171)
+++ src/wp-admin/css/media.css	(working copy)
@@ -431,6 +431,13 @@
 	position: relative;
 }
 
+/* 
+* Media toolbar spacing
+*/
+.post-type-attachment .wp-filter select { 
+	margin-right: 8px;
+}
+
 /**
  * Media Library grid view
  */
Index: src/wp-content/themes/twentyseventeen/style.css
===================================================================
--- src/wp-content/themes/twentyseventeen/style.css	(revision 43171)
+++ src/wp-content/themes/twentyseventeen/style.css	(working copy)
@@ -1582,6 +1582,9 @@
 	font-size: 24px;
 	font-size: 1.5rem;
 	font-weight: 800;
+	-webkit-hyphens: auto;
+    -moz-hyphens: auto;
+    hyphens: auto;
 	line-height: 1.25;
 	letter-spacing: 0.08em;
 	margin: 0;
