Skip to content

Commit

Permalink
[GM3Restyling] Make snapshot name editable
Browse files Browse the repository at this point in the history
This fixes a bug that we introduced with style changes in the Memory
Panel, where the name of the snapshot was no longer editable.

Bug: 319441690
Change-Id: Ib6f1b3aa52d9155bd140c14da584e63c77734740
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5683043
Reviewed-by: Kateryna Prokopenko <kprokopenko@chromium.org>
Commit-Queue: Kim-Anh Tran <kimanh@chromium.org>
  • Loading branch information
ktran authored and Devtools-frontend LUCI CQ committed Jul 9, 2024
1 parent 0d907a1 commit 61bdc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/panels/profiler/profilesSidebarTree.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ li .titles {
}

li .titles > .title-container {
z-index: 1;
text-overflow: ellipsis;
overflow: hidden;
}
Expand Down

0 comments on commit 61bdc08

Please sign in to comment.