diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 4d5b6f4a1e..5b5347665d 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -1985,6 +1985,11 @@ a.post-thumbnail:focus { content: "\f411"; } +.comments-link, +.edit-link { + white-space: nowrap; +} + .page-header { background-color: #fff; border-bottom: 1px solid rgba(51, 51, 51, 0.1);