Skip to content

Commit ee3a74f

Browse files
authored
Adding nowrap style to HooksTree labels.
1 parent c1048ef commit ee3a74f

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/HooksTree.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
overflow: hidden;
5454
text-overflow: ellipsis;
5555
cursor: default;
56+
white-space: nowrap;
5657
}
5758

5859
.None {

0 commit comments

Comments
 (0)