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:
parent
4b83b28ace
commit
13c766d1de
@ -1 +1 @@
|
||||
165cd773cc65b6aea6e05a4a544c92589d6d5906
|
||||
2fcf8f180e6627e372656283dc58570191abc762
|
||||
|
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user