Skip to content

Commit f45dd10

Browse files
committed
Tweak to ms/kb margins in selector panel
1 parent 10b0459 commit f45dd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panels/PanelSelectorPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private function renderPanelCell($panel, $defaultPanels, $showPanels, $onceIcon)
110110

111111
// Right side: timing and size info (only if exists)
112112
if ($seconds) {
113-
$out .= '<span style="color: #999; font-size: 11px; white-space: nowrap; margin-left: 8px; flex-shrink: 0;">' . \TracyDebugger::formatTime($seconds);
113+
$out .= '<span style="color: #999; font-size: 11px; white-space: nowrap; margin: 0 15px; flex-shrink: 0;">' . \TracyDebugger::formatTime($seconds);
114114
if ($size) $out .= ', ' . $size;
115115
$out .= '</span>';
116116
}

0 commit comments

Comments
 (0)