[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
1 changed files with 2 additions and 2 deletions

View File

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