diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 4060e521..418355f9 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -165cd773cc65b6aea6e05a4a544c92589d6d5906 +2fcf8f180e6627e372656283dc58570191abc762 diff --git a/examples/resources/demo.js b/examples/resources/demo.js index 7ca11a8e..4339032e 100644 --- a/examples/resources/demo.js +++ b/examples/resources/demo.js @@ -12,7 +12,7 @@ $(document).ready( function () { var info = $('div.info'); if ( info.height() < 115 ) { - info.css( 'height', '8em' ); + info.css( 'min-height', '8em' ); } var escapeHtml = function ( str ) {