Do not crop table cells on indexes view

This commit is contained in:
Dan Sosedoff
2014-11-20 19:32:54 -06:00
parent ff88e7f2f9
commit 8c605dcd96
2 changed files with 245 additions and 244 deletions

View File

@@ -128,6 +128,7 @@ function showTableIndexes() {
$("#input").hide();
$("#output").addClass("full");
$("#results").addClass("no-crop");
});
}