Twenty Fifteen: Make sure that the edit link will always be right of it's icon.

Props iamtakashi, fixes #30171.




git-svn-id: https://develop.svn.wordpress.org/trunk@30215 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-11-03 21:35:31 +00:00
parent 507243a3e2
commit 1faa0f1622

View File

@ -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);