Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d92cb8

Browse files
committed
Restored the old behavior for toolbars with lots of elements
If a toolbar includes lots of elements, some of them may span to a new line, increasing the height of the toolbar
1 parent 597637e commit 7d92cb8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
2323
color: #EEE;
2424
font: 11px Arial, sans-serif;
25-
height: 36px;
2625
left: 0;
2726
margin: 0;
2827
padding: 0 36px 0 0;
@@ -348,7 +347,6 @@
348347
bottom: auto;
349348
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
350349
top: 0;
351-
overflow: hidden; /* needed to aovid issues for toolbars with lots of elements */
352350
}
353351

354352
.sf-toolbar-block .sf-toolbar-info {
@@ -361,10 +359,6 @@
361359
.sf-toolbarreset {
362360
position: static;
363361
}
364-
365-
.sf-toolbar-block:hover .sf-toolbar-icon {
366-
background-color: inherit;
367-
}
368362
{% endif %}
369363

370364
/* Responsive Design */

0 commit comments

Comments
 (0)