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
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-05-21 21:38:05 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-05-21 21:38:05 +0300
commit1492be47365980ee07b5a737c20a2ebb0091734f (patch)
tree8e201b3f716a8078c95df21fae49b8f39a78fa85 /src
parent59acfd4a8da1eb43cb30f884a98fbbb34bdc01a7 (diff)
Adjust sharee multiselect width
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/CalendarShare.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/CalendarShare.vue b/src/components/AppNavigation/CalendarShare.vue
index bf11da56..b08144dd 100644
--- a/src/components/AppNavigation/CalendarShare.vue
+++ b/src/components/AppNavigation/CalendarShare.vue
@@ -291,7 +291,7 @@ export default {
padding-left: 6px !important;
.multiselect {
- width: calc(100% - 14px);
+ width: 100%;
margin: 0;
.multiselect__tags:focus-within,
.multiselect__tags:hover {