Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#124 from rahul-ghimire-au6/bu…
Browse files Browse the repository at this point in the history
…g#98

added tailwind css class which fix the bug Significant-Gravitas#98
  • Loading branch information
awtkns authored Apr 14, 2023
2 parents 6e7b012 + 30cf538 commit e57c4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Input = ({
return (
<div className="z-10 flex w-full items-center rounded-xl bg-[#3a3a3a] font-mono text-lg text-white/75 shadow-xl">
{left && (
<div className="center flex w-1/4 items-center rounded-xl rounded-r-none border-[2px] border-r-0 border-white/10 px-5 py-2 text-lg font-semibold tracking-wider transition-all sm:py-3">
<div className="center flex w-1/4 items-center rounded-xl rounded-r-none border-[2px] border-r-0 border-white/10 px-5 py-2 text-lg font-semibold tracking-wider transition-all sm:py-3 min-w-fit">
{left}
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/SettingsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function SettingsDialog({
<Input
left={
<>
<FaMicrochip />
<FaMicrochip/>
<span className="ml-2">Model:</span>
</>
}
Expand Down

0 comments on commit e57c4dd

Please sign in to comment.