From 69a648de082f822c272cdbc737b9797e9d75a41f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 2 Aug 2024 12:23:24 -0500 Subject: [PATCH] New css style for vertical spacing --- src/pgwui_common/static/pgwui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 62a1009..52923f2 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -45,7 +45,7 @@ HR.lightsep { border-top: dotted; /* Alignment for data entry labels (mostly in tables). */ .label { text-align: right; } - +.verticalgap { height: 1em; } /* The navbar */ .navbar { text-align: center; } -- 2.34.1