diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig index 96cd8878a8091..259b8b119d8a9 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig @@ -99,6 +99,12 @@ code, pre { {{ mixins.monospace_font|raw }} } +{# Elements containing a long plain text + ------------------------------------------------------------------------- #} +p, blockquote { + max-width: 50em; +} + {# Buttons ------------------------------------------------------------------------- #} button { @@ -149,7 +155,6 @@ table, tr, th, td { table { {{ mixins.subtle_border_and_shadow|raw }}; margin: 1em 0; - width: 100%; } table th, table td { @@ -421,7 +426,6 @@ tr.status-warning td { {# Layout ========================================================================= #} .container { - max-width: 1300px; padding-right: 15px; } #header {