mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Make property container values selectable (#10946)
This commit is contained in:
@@ -49,6 +49,8 @@ properties-container .propertyValue {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
user-select: text;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
properties-container .splitter {
|
||||
|
||||
Reference in New Issue
Block a user