From 242590edb6fa45767a8bdd53c4c24aa5dbd1137c Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 13 Apr 2022 18:50:49 +0000 Subject: Increase tool-button-container min-width This increases the min-width for the search/collection page tool button container, since previously the Partial Correlation button would get shoved below when the window was too narrow. It needed to be increased to account for that button. --- wqflask/wqflask/static/new/css/trait_list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/static/new/css/trait_list.css b/wqflask/wqflask/static/new/css/trait_list.css index ce3075d4..cc5a9eac 100644 --- a/wqflask/wqflask/static/new/css/trait_list.css +++ b/wqflask/wqflask/static/new/css/trait_list.css @@ -1,5 +1,5 @@ div.tool-button-container { - min-width: 950px; + min-width: 1050px; } div.collection-table-options { -- cgit v1.2.3