From 72404407f7b33bacec2c5d673ef03853aefd42ae Mon Sep 17 00:00:00 2001 From: Gervaise Henry <GHENRY@swmed.org> Date: Wed, 19 Feb 2020 16:26:37 -0600 Subject: [PATCH] Shink the group dropdowns to same width as gene in Pd.deep --- layouts/custom/hu.donor.deep.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/custom/hu.donor.deep.html b/layouts/custom/hu.donor.deep.html index c475c25..eda7674 100644 --- a/layouts/custom/hu.donor.deep.html +++ b/layouts/custom/hu.donor.deep.html @@ -167,10 +167,10 @@ </style> <script> $(function () { - $("#populations").selectmenu({ width: 230 }); + $("#populations").selectmenu({ width: 220, height: 1 }); }); $(function () { - $("#group").selectmenu({ width: 230 }); + $("#group").selectmenu({ width: 220 }); }); $(function () { var genes = {{ index .Site.Data.sc_data.hu_donor_pr_deep.genes }}; -- GitLab