Skip to content

Commit

Permalink
fix width set (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrr000 authored and mkoryak committed Aug 6, 2018
1 parent 2fd41f3 commit 21f515a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.floatThead.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
var percent = 100 * tw / (floatContainerWidth);
$floatTable.css('width', percent+'%');
} else {
$floatTable.outerWidth(tw);
$floatTable.css('width', tw+'px');
}
}

Expand Down

0 comments on commit 21f515a

Please sign in to comment.