Skip to content

Commit

Permalink
chore: fix whitespace class in InputTags
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil authored and oreqizer committed Nov 16, 2023
1 parent af04dd4 commit 9ffe50e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const InputTags = ({ children }: { children: React.ReactNode }) => {
{/* eslint-disable-next-line jsx-a11y/no-static-element-interactions */}
<div
className={cx(
"white-space-nowrap overflow-x-scroll",
"overflow-x-scroll whitespace-nowrap",
"space-x-xs flex items-center",
"scrollbar-none",
)}
Expand Down

0 comments on commit 9ffe50e

Please sign in to comment.