Skip to content

Commit 604bbcd

Browse files
[devtools] Increase the clickable area of the prop value (facebook#20428)
1 parent 070372c commit 604bbcd

File tree

1 file changed

+1
-0
lines changed
  • packages/react-devtools-shared/src/devtools/views/Components

1 file changed

+1
-0
lines changed

packages/react-devtools-shared/src/devtools/views/Components/KeyValue.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
overflow: hidden;
2525
text-overflow: ellipsis;
2626
cursor: default;
27+
flex: 1;
2728
}
2829

2930
.None {

0 commit comments

Comments
 (0)