[WebProfilerBundle] Fix the values of some CSS properties

This commit is contained in:
Javier Eguiluz 2021-07-13 11:24:46 +02:00
parent a0496bd748
commit e335c28d44

View File

@ -1,5 +1,5 @@
.container { .container {
max-width: auto; max-width: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
@ -28,5 +28,5 @@
} }
.exception-message-wrapper .container { .exception-message-wrapper .container {
min-height: auto; min-height: unset;
} }