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.
2 parents 74461cc + 097c3f8 commit ecff692Copy full SHA for ecff692
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -97,6 +97,7 @@
97
height: 36px;
98
margin-right: 0;
99
white-space: nowrap;
100
+ max-width: 15%;
101
}
102
.sf-toolbar-block > a,
103
.sf-toolbar-block > a:hover {
@@ -282,6 +283,8 @@ div.sf-toolbar .sf-toolbar-block a:hover {
282
283
display: block;
284
285
padding: 0 7px;
286
+ overflow: hidden;
287
+ text-overflow: ellipsis;
288
289
.sf-toolbar-block-request .sf-toolbar-icon {
290
padding-left: 0;
0 commit comments