summaryrefslogtreecommitdiffstats
path: root/src/components/EntityPicker/EntityPicker.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EntityPicker/EntityPicker.vue')
-rw-r--r--src/components/EntityPicker/EntityPicker.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/EntityPicker/EntityPicker.vue b/src/components/EntityPicker/EntityPicker.vue
index 391e45e4..3be09c5f 100644
--- a/src/components/EntityPicker/EntityPicker.vue
+++ b/src/components/EntityPicker/EntityPicker.vue
@@ -466,13 +466,13 @@ $icon-margin: math.div($clickable-area - $icon-size, 2);
}
// Properly center Entity Picker empty content
-::v-deep .empty-content {
+:deep(.empty-content) {
margin: auto 0 !important;
}
/** Size full in the modal component doesn't have border radius, this adds
it back */
-::v-deep .modal-container {
+:deep(.modal-container) {
border-radius: var(--border-radius-large) !important;
}