From 3b9429505a582359176c08e54bfe3bd449843516 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 17 Sep 2024 13:07:33 +0200 Subject: [PATCH] higham: fix year number wrapping --- src/higham.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/higham.jl b/src/higham.jl index 7c1210b3..652b32f8 100644 --- a/src/higham.jl +++ b/src/higham.jl @@ -254,9 +254,10 @@ end min-width: max-content; min-height: max-content; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; + white-space: nowrap; background: white; - border-radius: .3em; color: black; + border-radius: .3em; } .papercell { @@ -265,7 +266,7 @@ end } .year { - font-size: .7rem; + font-size: .7em; text-align: center; }