Skip to content

Commit cd12318

Browse files
fix: Tag input styles
1 parent c847703 commit cd12318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TagInput/TagInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const DialTagInput: FC<DialTagInputProps> = ({
161161
onChange={(e) => setInputValue(e.target.value)}
162162
onKeyDown={handleKeyDown}
163163
onBlur={handleBlur}
164-
className="outline-none border-none w-full min-w-[100px] flex-1 p-1"
164+
className="dial-input outline-none !border-none w-full min-w-[100px] flex-1 !p-1 !h-auto"
165165
placeholder={placeholder}
166166
disabled={disabled}
167167
/>

0 commit comments

Comments
 (0)