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-02-14 13:29:36 +0300
committerGitHub <noreply@github.com>2022-02-14 13:29:36 +0300
commit1ee7606bfce0d5271090a365136ba310f7bb02e4 (patch)
treef5a489f33d43e219a4c26bc66672ca0435e3a4eb /src
parent21928a72b7b23b90119d5bb91eec020667c4ecad (diff)
Fix position of plus icon for subtasks input
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/TaskBody.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue
index 4eccb048..3cb19fd7 100644
--- a/src/components/TaskBody.vue
+++ b/src/components/TaskBody.vue
@@ -671,8 +671,7 @@ $breakpoint-mobile: 1024px;
.material-design-icon {
position: absolute;
- top: 10px;
- left: 10px;
+ padding: 12px;
}
input {