fix: task details getting cut in mobile view
This commit is contained in:
parent
8e291d65fa
commit
69e2405092
@ -55,7 +55,7 @@
|
|||||||
:placeholder="__('Took a call with John Doe and discussed the new project.')"
|
:placeholder="__('Took a call with John Doe and discussed the new project.')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2 overflow-x-auto">
|
||||||
<Dropdown :options="taskStatusOptions(updateTaskStatus)">
|
<Dropdown :options="taskStatusOptions(updateTaskStatus)">
|
||||||
<Button :label="_task.status" class="w-full justify-between">
|
<Button :label="_task.status" class="w-full justify-between">
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user