Make property container values selectable (#10946)

This commit is contained in:
Charles Gagnon
2020-06-16 15:08:16 -07:00
committed by GitHub
parent f725ee96b9
commit fb4e400919

View File

@@ -49,6 +49,8 @@ properties-container .propertyValue {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
user-select: text;
cursor: text;
}
properties-container .splitter {