Skip to content

Commit

Permalink
fix: property list values should show whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarks committed Aug 18, 2020
1 parent 23595ff commit 4201313
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 4201313

Please sign in to comment.