1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-24 02:01:30 +02:00

Tweak width

This commit is contained in:
Barry vd. Heuvel
2024-03-19 22:06:04 +01:00
parent ed968e18f5
commit 3fa665e67e

View File

@@ -720,7 +720,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
$('<table/>')
.append($('<thead/>')
.append($('<tr/>')
.append($('<th></th>').css('width', '20px'))
.append($('<th></th>').css('width', '30px'))
.append($('<th>Date ↕</th>').css('width', '175px').click(function() {
self.set('sort', self.get('sort') === 'asc' ? 'desc' : 'asc')
localStorage.setItem('debugbar-history-sort', self.get('sort'))