Skip to content

Commit

Permalink
fix: property list values should show whitespace (facebook#19640)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarks authored and koto committed Jun 15, 2021
1 parent ef02c1a commit 8ad04b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

.Value {
color: var(--color-attribute-value);
white-space: nowrap;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
cursor: default;
Expand Down

0 comments on commit 8ad04b2

Please sign in to comment.