8000 [WebProfilerBundle] Hide debug toolbar in print view · symfony/symfony@fb30516 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb30516

Browse files
committed
[WebProfilerBundle] Hide debug toolbar in print view
1 parent f6dc826 commit fb30516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,6 @@ div.sf-toolbar .sf-toolbar-block a:hover {
565565
/***** Media query print: Do not print the Toolbar. *****/
566566
@media print {
567567
.sf-toolbar {
568-
display: none;
568+
display: none !important;
569569
}
570570
}

0 commit comments

Comments
 (0)
0