Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppSidebar/NotesItem.vue')
-rw-r--r--src/components/AppSidebar/NotesItem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppSidebar/NotesItem.vue b/src/components/AppSidebar/NotesItem.vue
index 18d59e1e..b90981cc 100644
--- a/src/components/AppSidebar/NotesItem.vue
+++ b/src/components/AppSidebar/NotesItem.vue
@@ -196,7 +196,7 @@ export default {
}
}
-#note__viewer::v-deep {
+:deep(#note__viewer) {
width: 100% !important;
min-height: 40px;
cursor: text;