Skip to content

Commit

Permalink
[Sync] Fix sync node browser view on sync-internals
Browse files Browse the repository at this point in the history
This Cl fixes node details view for huge sync entity items which don't fit into screen.

Bug: 1346541
Change-Id: I8df49d5af4ec6545a33d8e260d431d6239fef99f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3782805
Commit-Queue: Rushan Suleymanov <rushans@google.com>
Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com>
Cr-Commit-Position: refs/heads/main@{#1027727}
  • Loading branch information
Rushan Suleymanov authored and Chromium LUCI CQ committed Jul 25, 2022
1 parent bde7dad commit 23e427e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/sync/driver/resources/sync_node_browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

#node-details {
flex-grow: 1;
overflow: auto;
}

#node-details td {
Expand Down

0 comments on commit 23e427e

Please sign in to comment.