emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] main 3011c3d 3/3: * html/layout.css (tt, code): Add "white-space:


From: Stefan Kangas
Subject: [elpa] main 3011c3d 3/3: * html/layout.css (tt, code): Add "white-space: nowrap".
Date: Tue, 20 Apr 2021 09:44:12 -0400 (EDT)

branch: main
commit 3011c3d068503fac361cfc928c6ff8cd8fd6e3a7
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * html/layout.css (tt, code): Add "white-space: nowrap".
    
    This avoids having e.g. "(package-initialize)" on the front page being 
wrapped
    over two lines.
---
 html/layout.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/layout.css b/html/layout.css
index 04224e9..9015c98 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -109,6 +109,7 @@ tt, code {
   border: 1px solid rgb(187, 187, 187);
   padding: 0px 6px;
   border-radius: 4px;
+  white-space: nowrap;
 }
 
 pre {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]