From da3ffa2b32548a339f36c112745ef844cdcbc899 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Dec 2020 10:25:08 +0000 Subject: [PATCH] No word breaks --- epicyon-blog.css | 1 + epicyon-profile.css | 1 + 2 files changed, 2 insertions(+) diff --git a/epicyon-blog.css b/epicyon-blog.css index 30ce20ff0..689a5f69c 100644 --- a/epicyon-blog.css +++ b/epicyon-blog.css @@ -316,6 +316,7 @@ a:focus { width: 90%; hyphens: auto; text-wrap: pretty; + white-space: nowrap; } .gitpatch { diff --git a/epicyon-profile.css b/epicyon-profile.css index fd6f9fe89..ccb0d46df 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -493,6 +493,7 @@ a:focus { width: 100%; hyphens: auto; text-wrap: pretty; + white-space: nowrap; } .addedHashtag:link {