12em was too narrow, 18 seems to be better
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 19 Jan 2012 11:00:18 +0000 (11:00 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 19 Jan 2012 11:00:18 +0000 (11:00 +0000)
resources/mediawiki/mediawiki.debug.js

index 608c196..a1bd660 100644 (file)
                                .append( $('<th>#</th>').css( 'width', '4em' )    )
                                .append( $('<th>SQL</th>') )
                                .append( $('<th>Time</th>').css( 'width', '8em'  ) )
-                               .append( $('<th>Call</th>').css( 'width', '12em' ) )
+                               .append( $('<th>Call</th>').css( 'width', '18em' ) )
                        .appendTo( $table );
 
                        for ( i = 0, length = this.data.queries.length; i < length; i += 1 ) {