Skip to content

Commit

Permalink
fix: activity input width
Browse files Browse the repository at this point in the history
  • Loading branch information
Z233 committed Sep 3, 2023
1 parent ad81df7 commit 04b0163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/plan/ActivityInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const ActivityInput = forwardRef(
}}
onBlur={() => props.onBlur(value)}
onChange={handleInputChange}
className="!w-full"
/>
{enableSuggester && open && comboRef.current?.base && (
<ActivitySuggesterPopup
Expand Down

0 comments on commit 04b0163

Please sign in to comment.