Index: trunk/phase3/resources/mediawiki/mediawiki.debug.js |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | .append( $('<th>#</th>').css( 'width', '4em' ) ) |
257 | 257 | .append( $('<th>SQL</th>') ) |
258 | 258 | .append( $('<th>Time</th>').css( 'width', '8em' ) ) |
259 | | - .append( $('<th>Call</th>').css( 'width', '12em' ) ) |
| 259 | + .append( $('<th>Call</th>').css( 'width', '18em' ) ) |
260 | 260 | .appendTo( $table ); |
261 | 261 | |
262 | 262 | for ( i = 0, length = this.data.queries.length; i < length; i += 1 ) { |