Skip to content

Commit

Permalink
Fix: CSS error in debug panel
Browse files Browse the repository at this point in the history
  • Loading branch information
apphp committed Jan 13, 2021
1 parent 6405d57 commit fb0aec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/CDebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public static function displayInfo()
#debug-panel fieldset legend ul li.title > .item-debug {display:none;}
#debug-panel fieldset legend ul li.item a {display:block;visibility:hidden;}
#debug-panel fieldset legend ul li.item a:first-letter {visibility:visible !important;}
#debug-panel fieldset legend ul li.item {width:30px; height:15px; margin-bottom:3px;)
#debug-panel fieldset legend ul li.item {width:30px; height:15px; margin-bottom:3px;}
}
</style>';

Expand Down

0 comments on commit fb0aec9

Please sign in to comment.