diff --git a/src/components/tasks/add-task.vue b/src/components/tasks/add-task.vue index 4c8f9894..4c18f10b 100644 --- a/src/components/tasks/add-task.vue +++ b/src/components/tasks/add-task.vue @@ -239,6 +239,11 @@ defineExpose({ white-space: nowrap; text-overflow: ellipsis; } + +.control.has-icons-left .icon, +.control.has-icons-right .icon { + transition: all $transition; +} \ No newline at end of file