From b41b24b70d9bbf38c6740e1b28906ca5f681711f Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 10 Jul 2024 18:26:51 +0200 Subject: [PATCH] Set width of plot owner info table first column --- js/plugins/style/PlotOwnerInfo.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js/plugins/style/PlotOwnerInfo.css b/js/plugins/style/PlotOwnerInfo.css index 085ad77..d4c4408 100644 --- a/js/plugins/style/PlotOwnerInfo.css +++ b/js/plugins/style/PlotOwnerInfo.css @@ -17,14 +17,15 @@ div.owner-info table td { padding: 0.125em 0.25em; } +div.owner-info table td:first-child { + width: 33%; +} + td.owner-info-first-column { vertical-align: top; padding-right: 16px; } -div.owner-info-owners { -} - div.owner-info-plot-title { font-weight: bold; padding-bottom: 8px;