From 7c17e6f4368be276792311a491d76256285f388a Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 24 Sep 2022 06:51:01 -0600 Subject: [PATCH] no wrap on header --- openbsd.app.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openbsd.app.pl b/openbsd.app.pl index acc13bc..9e4cabc 100644 --- a/openbsd.app.pl +++ b/openbsd.app.pl @@ -71,6 +71,10 @@ __DATA__ border-top:solid black 1px; } + th { + white-space: nowrap; + } + .search { padding: 10px; margin: 10px;