From cd5f02d676fffef2088aa4110b25b9e4f524429b Mon Sep 17 00:00:00 2001 From: Duane Moody Date: Thu, 22 Oct 2015 10:50:59 -0700 Subject: [PATCH] Prevent poster IDs from wordwrapping Poster IDs still linebreak between "ID:" and the ID, this corrects that without having to replace the space inbetween with an   nonbreaking space. --- stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index ffa7c731..b173a4d1 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1018,6 +1018,7 @@ pre { .poster_id { cursor: pointer; + white-space:nowrap; } .poster_id::before {