From cbc6235f251d6356ce7a67daf48709c2bc1861d5 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Fri, 30 Jul 2021 18:17:55 -0700 Subject: [PATCH] LDoc: set min-height for "content" element --- .ldoc/ldoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.ldoc/ldoc.css b/.ldoc/ldoc.css index 21f93c8..dc1d328 100644 --- a/.ldoc/ldoc.css +++ b/.ldoc/ldoc.css @@ -193,6 +193,7 @@ table.index td { text-align: left; vertical-align: top; } border-left: 2px solid #cccccc; border-right: 2px solid #cccccc; background-color: #ffffff; + min-height: 425px; } #about {