Skip to content

Commit 022def4

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
Fix function link focus outline in Performance>Summary
Screenshot: https://imgur.com/a/jUHmDOq Bug: 376392418 Change-Id: I285be86c81858fb875760de8b9ddaff5e6a0663f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6063658 Commit-Queue: Kateryna Prokopenko <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]>
1 parent 518bfae commit 022def4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/timeline/timelinePanel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
display: inline-block;
235235
user-select: text;
236236
text-overflow: ellipsis;
237-
overflow: hidden;
237+
overflow: visible;
238238
}
239239

240240
.timeline-details-warning .timeline-details-view-row-value {

0 commit comments

Comments
 (0)