Skip to content

Commit

Permalink
Fix recent broken close icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbj committed Feb 14, 2018
1 parent 3989a54 commit 097d4a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion TracyDebugger.module
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule {
'summary' => __('Tracy debugger from Nette with several PW specific custom tools.', __FILE__),
'author' => 'Adrian Jones',
'href' => 'https://processwire.com/talk/topic/12208-tracy-debugger/',
'version' => '4.9.17',
'version' => '4.9.18',
'autoload' => true,
'singular' => true,
'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4',
Expand Down
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ body.tracyHidden:before {
#tracy-debug a {
border: none !important;
font-weight: normal !important;
font-size: 12px !important;
}

#tracy-debug table {
Expand Down

0 comments on commit 097d4a4

Please sign in to comment.