From 869a4e25f94391ba6cb6265204a1447f380fde39 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Mon, 11 Aug 2014 22:25:47 +0100 Subject: [PATCH] Add nowrap to date & rss button Closes #117, Closes https://github.com/TryGhost/Ghost/issues/3755 - Adds white-space: nowrap; to prevent strings wrapping and breaking onto multiple lines --- assets/css/screen.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 1eab363..bb6cdfd 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -603,6 +603,7 @@ margin on the iframe, cause it breaks stuff. */ font-size: 12px; text-transform: uppercase; line-height: 35px; + white-space: nowrap; border-radius: 3px; transition: all ease 0.3s; } @@ -791,6 +792,7 @@ body:not(.post-template) .post-title { border-left: #d5dbde 1px solid; text-transform: uppercase; font-size: 1.3rem; + white-space: nowrap; } .user-image {