8000 [WebProfilerBundle] Fix the values of some CSS properties · alexpott/symfony@e335c28 · GitHub
[go: up one dir, main page]

Skip to content

Commit e335c28

Browse files
committed
[WebProfilerBundle] Fix the values of some CSS properties
1 parent a0496bd commit e335c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.container {
2-
max-width: auto;
2+
max-width: none;
33
margin: 0;
44
padding: 0;
55
}
@@ -28,5 +28,5 @@
2828
}
2929

3030
.exception-message-wrapper .container {
31-
min-height: auto;
31+
min-height: unset;
3232
}

0 commit comments

Comments
 (0)
0