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?
@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?
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?