Skip to content

Commit 097c3f8

Browse files
committed
[WebProfilerBundle] Limit width of toolbar item
1 parent 00b6f53 commit 097c3f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
height: 36px;
8787
margin-right: 0;
8888
white-space: nowrap;
89+
max-width: 15%;
8990
}
9091
.sf-toolbar-block > a,
9192
.sf-toolbar-block > a:hover {
@@ -252,6 +253,8 @@
252253
display: block;
253254
height: 36px;
254255
padding: 0 7px;
256+
overflow: hidden;
257+
text-overflow: ellipsis;
255258
}
256259
.sf-toolbar-block-request .sf-toolbar-icon {
257260
padding-left: 0;

0 commit comments

Comments
 (0)