Skip to content

Commit c45a195

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-devtools-shared/src/devtools/views/Components

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

Lines changed: 1 addition & 1 deletion
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)