Skip to content

Commit d3ab2b2

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
Fix command menu file name overflow
Fixed: 391556017 Change-Id: I78e8ac6ce665a3a1ec726b9f290b16151f0bc74f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6198218 Reviewed-by: Benedikt Meurer <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]>
1 parent f57e957 commit d3ab2b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/ui/legacy/components/quick_open/filteredListWidget.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ devtools-text-prompt {
100100
}
101101

102102
.filtered-list-widget-item .filtered-list-widget-title {
103+
white-space: nowrap;
103104
flex: initial;
104105
overflow: hidden;
105106
text-overflow: ellipsis;

0 commit comments

Comments
 (0)