We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80da3c5 commit 8553d80Copy full SHA for 8553d80
1 file changed
src/org/seqcode/projects/chexmix/utilities/EventsPostAnalysis.java
@@ -439,6 +439,7 @@ public void execute(int histoWin){
439
// fout.write("\t<h2>Binding event subtype images</h2>\n" +
440
// "\t<table>\n");
441
fout.write("\t<p></p>\n"+
442
+ "\t<div style='overflow-x:auto;'>\n" +
443
"\t<table>\n");
444
fout.write("\t\t<tr>" +
445
"\t\t<th>Condition</th>\n" +
@@ -512,7 +513,7 @@ public void execute(int histoWin){
512
513
fout.write("\t\t<td>NA</td>\n");
514
fout.write("\t\t</tr>\n");
515
- }fout.write("\t</table>\n");
516
+ }fout.write("\t</div>\n\t</table>\n");
517
518
//Replicate consistency info
519
fout.write("\t<h2>Replicate information</h2>\n" +
0 commit comments