Changed table-condensed to table-sm

This commit is contained in:
n1474335 2018-07-13 13:03:13 +00:00
parent a39e2c165d
commit ab44100312
4 changed files with 4 additions and 4 deletions

View file

@ -147,7 +147,7 @@ class ToTable extends Operation {
*/
function htmlOutput(tableData) {
// Start the HTML output with suitable classes for styling.
let output = "<table class='table table-hover table-condensed table-bordered table-nonfluid'>";
let output = "<table class='table table-hover table-sm table-bordered table-nonfluid'>";
// If the first row is a header then put it in <thead> with <th> cells.
if (firstRowHeader) {