Skip to content

Commit c45a195

Browse files
authored
fix: property list values should show whitespace (#19640)
1 parent 23595ff commit c45a195

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.Value {
2323
color: var(--color-attribute-value);
24-
white-space: nowrap;
24+
white-space: pre;
2525
overflow: hidden;
2626
text-overflow: ellipsis;
2727
cursor: default;

0 commit comments

Comments
 (0)