File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 --internal-separator-img : url(../ ../ ../ res/img/svg/scope-bar-separator.svg);
1313
1414 display : flex;
15+ overflow : hidden;
1516 height : 24px ;
1617 flex-flow : row nowrap;
1718 flex-shrink : 0 ;
2021 cursor : default;
2122 user-select : none;
2223
23- /* Note: no overflow: hidden for historical reasons - we wanted to see
24- an animation for items at the end while they were fading out, but
25- we have removed this animation in the meantime */
24+ /* Without overflow: hidden, the bar's intrinsic min-content width (sum of
25+ all nowrap children) propagates up and forces the parent flame-graph tab
26+ to expand horizontally past the viewport when there are many breadcrumbs
27+ (issue #6028). Items already truncate text via .filterNavigatorBarItemContent. */
2628}
2729
2830: root .dark-mode {
You can’t perform that action at this time.
0 commit comments