From 395d9e7650ac56576b6486d211f1fd1ae5e7eaef Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 27 Jul 2021 14:10:34 -0500 Subject: [PATCH] fix(teams): maybe goodish style? --- website/client/src/assets/scss/create-task.scss | 6 +++++- .../client/src/components/group-plans/taskInformation.vue | 4 ++-- website/client/src/components/tasks/user.vue | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/website/client/src/assets/scss/create-task.scss b/website/client/src/assets/scss/create-task.scss index da2c4cc9ed..9ffb801b8b 100644 --- a/website/client/src/assets/scss/create-task.scss +++ b/website/client/src/assets/scss/create-task.scss @@ -15,7 +15,11 @@ right: 0px; .task-icon { - width: 35%; + width: 30px; + } + + .task-label { + margin-top: 1px; } .dropdown-item:hover { diff --git a/website/client/src/components/group-plans/taskInformation.vue b/website/client/src/components/group-plans/taskInformation.vue index 58fb84277a..f69f5abb93 100644 --- a/website/client/src/components/group-plans/taskInformation.vue +++ b/website/client/src/components/group-plans/taskInformation.vue @@ -59,7 +59,7 @@ v-for="type in columns" :key="type" @click="createTask(type)" - class="dropdown-item d-flex pl-2 py-1" + class="dropdown-item d-flex px-2 py-1" >
-
+
{{ $t(type) }}
diff --git a/website/client/src/components/tasks/user.vue b/website/client/src/components/tasks/user.vue index f98c0c0d10..d867157a35 100644 --- a/website/client/src/components/tasks/user.vue +++ b/website/client/src/components/tasks/user.vue @@ -186,7 +186,7 @@ v-for="type in columns" :key="type" @click="createTask(type)" - class="dropdown-item d-flex pl-2 py-1" + class="dropdown-item d-flex px-2 py-1" >
-
+
{{ $t(type) }}