We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daf469 commit 93c243fCopy full SHA for 93c243f
components/interfaces/Task/TaskTab.tsx
@@ -13,7 +13,7 @@ const TaskTab = ({
13
return (
14
<div className="mb-5">
15
<nav
16
- className="-mb-px flex space-x-5 border-b border-gray-300"
+ className="-mb-px flex space-x-5 border-b border-gray-300 overflow-x-auto"
17
aria-label="Tabs"
18
>
19
{navigations.map((menu, index) => {
0 commit comments