mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-26 03:01:23 +02:00
Tweak width
This commit is contained in:
@@ -720,7 +720,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
|||||||
$('<table/>')
|
$('<table/>')
|
||||||
.append($('<thead/>')
|
.append($('<thead/>')
|
||||||
.append($('<tr/>')
|
.append($('<tr/>')
|
||||||
.append($('<th></th>').css('width', '20px'))
|
.append($('<th></th>').css('width', '30px'))
|
||||||
.append($('<th>Date ↕</th>').css('width', '175px').click(function() {
|
.append($('<th>Date ↕</th>').css('width', '175px').click(function() {
|
||||||
self.set('sort', self.get('sort') === 'asc' ? 'desc' : 'asc')
|
self.set('sort', self.get('sort') === 'asc' ? 'desc' : 'asc')
|
||||||
localStorage.setItem('debugbar-history-sort', self.get('sort'))
|
localStorage.setItem('debugbar-history-sort', self.get('sort'))
|
||||||
|
Reference in New Issue
Block a user