1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Fix: Example JS should use min-height for info content

This commit is contained in:
Allan Jardine 2014-03-07 11:47:17 +00:00
parent 4b83b28ace
commit 13c766d1de
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
165cd773cc65b6aea6e05a4a544c92589d6d5906
2fcf8f180e6627e372656283dc58570191abc762

View File

@ -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 ) {