After consult with WpDevArt support team:
The issue comes from this file – widget-countdown/includes/widget.php. Find this file from our plugin folder and edit it.
Find this part of code(387-395 lines) and remove it –
$pagenow;
if( $pagenow == ‘widgets.php’) {
echo ‘
<style>
.pro_feature{
font-style:italic;
}
</style>’;
}
This fix the issue.
Thanks.