aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-11-06 13:59:51 -0600
committerzsloan2020-11-06 13:59:51 -0600
commit795ac6bc82d7501a8898fea69141fc942c1ae1aa (patch)
tree7fadc043af1df474162794a7cfeba191b8406fd9 /wqflask
parent97a61adb2516da2a286e9c01352c0d0d62041523 (diff)
downloadgenenetwork2-795ac6bc82d7501a8898fea69141fc942c1ae1aa.tar.gz
Increased the min-width for the show_trait page container div for all the accordion sections, since previously it could get too narrow and cause text to extend beyong the borders of each accordion area
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/static/new/css/show_trait.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/static/new/css/show_trait.css b/wqflask/wqflask/static/new/css/show_trait.css
index d8964f5d..5e1a279b 100644
--- a/wqflask/wqflask/static/new/css/show_trait.css
+++ b/wqflask/wqflask/static/new/css/show_trait.css
@@ -67,7 +67,7 @@ table.dataTable.cell-border tbody tr td:first-child {
}
.showtrait-main-div {
- min-width: 700px;
+ min-width: 1100px;
}
table.dataTable tbody td.column_name-Checkbox {