Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c10f97 commit ea4b096Copy full SHA for ea4b096
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
@@ -832,6 +832,8 @@ tr.status-warning td {
832
.tab-navigation li .badge.status-warning { background: {{ colors.warning|raw }}; color: #FFF; }
833
.tab-navigation li .badge.status-error { background: {{ colors.error|raw }}; color: #FFF; }
834
835
+.sf-tabs .tab:not(:first-child) { display: none; }
836
+
837
{# Toggles
838
========================================================================= #}
839
.sf-toggle-content {
0 commit comments