Skip to content

Commit 097d4a4

Browse files
committed
Fix recent broken close icon size
1 parent 3989a54 commit 097d4a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

TracyDebugger.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule {
3232
'summary' => __('Tracy debugger from Nette with several PW specific custom tools.', __FILE__),
3333
'author' => 'Adrian Jones',
3434
'href' => 'https://processwire.com/talk/topic/12208-tracy-debugger/',
35-
'version' => '4.9.17',
35+
'version' => '4.9.18',
3636
'autoload' => true,
3737
'singular' => true,
3838
'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4',

styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ body.tracyHidden:before {
186186
#tracy-debug a {
187187
border: none !important;
188188
font-weight: normal !important;
189-
font-size: 12px !important;
190189
}
191190

192191
#tracy-debug table {

0 commit comments

Comments
 (0)