WordPress Admin Display Problem
- open config.php file in WordPress Project main directory. then add the below line.
define('concatenate_scripts' false); - Now Save and login to the Wp-admin panel.
- Now you will see that the problem is solved.

define('concatenate_scripts' false);
