From 049d5e332a5a2903ce2de839cc88c9b6ea96c206 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Wed, 27 Jul 2022 14:34:04 +0100 Subject: [PATCH] . --- base.css | 1 + goinfo.go.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index 01535cb..ffbcc3e 100644 --- a/base.css +++ b/base.css @@ -17,6 +17,7 @@ main{ text-align: center; } .content > p{ + word-break: break-all; margin-top: 0.5em; margin-bottom: 0.5em; } diff --git a/goinfo.go.html b/goinfo.go.html index 4ab075d..efb6143 100644 --- a/goinfo.go.html +++ b/goinfo.go.html @@ -18,7 +18,7 @@ text-align: left; border: black 1px solid; border-collapse: collapse; - word-break: break-word; + word-break: break-all; } table, td { background-color: lightgray;