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;