yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 151 forks source link

preformatting arrays #354

Closed michalwoz closed 5 years ago

michalwoz commented 5 years ago

In previous version of yii2-debug(2.0.14) all arrays in debug were preformatted. In 2.1.0 preformatting is gone. We are missing it. Was it intentional? Maybe it is possible to make it configurable? old new

machour commented 5 years ago

@michalwoz I don't think this was intentional. This should be fixable using white-space: pre-line; on that cell. Would you like to open a PR to fix this?