From 71f60def6634a563785dfe2e7d4453e82aca7cff Mon Sep 17 00:00:00 2001 From: Brendan Early Date: May 16 2021 23:50:08 +0000 Subject: fix table from overflowing when pkg version too long --- diff --git a/assets/css/main.css b/assets/css/main.css index 3c0299a..c04b442 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -55,3 +55,8 @@ body { ol, ul { padding-left: 1.5em; } + +table { + table-layout: fixed; + word-wrap: break-word; +}