diff options
author | zsloan | 2022-04-13 18:50:49 +0000 |
---|---|---|
committer | zsloan | 2022-04-14 19:00:26 +0000 |
commit | 242590edb6fa45767a8bdd53c4c24aa5dbd1137c (patch) | |
tree | 8288ec8b3115f265ddb1f47af1f1aacfa4533e37 /wqflask | |
parent | 06abb47b953ac6852cf9c18be91af94ab9c128ca (diff) | |
download | genenetwork2-242590edb6fa45767a8bdd53c4c24aa5dbd1137c.tar.gz |
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.
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/static/new/css/trait_list.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |