summaryrefslogtreecommitdiffstats
path: root/src/components/ContactDetails/ContactDetailsAddNewProp.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactDetails/ContactDetailsAddNewProp.vue')
-rw-r--r--src/components/ContactDetails/ContactDetailsAddNewProp.vue13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/ContactDetails/ContactDetailsAddNewProp.vue b/src/components/ContactDetails/ContactDetailsAddNewProp.vue
index aafdfd7c..da9ca186 100644
--- a/src/components/ContactDetails/ContactDetailsAddNewProp.vue
+++ b/src/components/ContactDetails/ContactDetailsAddNewProp.vue
@@ -129,3 +129,16 @@ export default {
},
}
</script>
+<style lang="scss" scoped>
+.property__label:not(.multiselect) {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ opacity: 0.7;
+}
+.property__row {
+ position: relative;
+ display: flex;
+ align-items: center;
+}
+</style>