1 | | Let's add `white-space: nowrap;` to `.edit-post` to avoid the edit link, which should never take up more than a line of text on any screen size anyway, from dropping a line below its icon. I don't think we can do this for any of the other post meta, as they may take up multiple lines if the author name is very long or there are a lot of categories/tags, although we may also be able to force "leave a comment" to stay on the same line with its icon (and with all three words), since that's also a known length. |
| 1 | Let's add `white-space: nowrap;` to `.edit-link` to avoid the edit link, which should never take up more than a line of text on any screen size anyway, from dropping a line below its icon. I don't think we can do this for any of the other post meta, as they may take up multiple lines if the author name is very long or there are a lot of categories/tags, although we may also be able to force "leave a comment" to stay on the same line with its icon (and with all three words), since that's also a known length. |