Skip to content

Commit

Permalink
fix: a minor styling error
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Oct 28, 2024
1 parent a6d4bb9 commit 2a27c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/main/src/components/Card/Employment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const EmploymentCard = (props: EmploymentCardProps) => {
} = props

return (
<div className="flex min-w-[26rem] w-full flex-col gap-y-2 rounded-md border bg-white shadow-sm dark:border-gray-700 dark:bg-gray-800">
<div className="flex w-full flex-col gap-y-2 rounded-md border bg-white shadow-sm dark:border-gray-700 dark:bg-gray-800 lg:min-w-[26rem]">
<div className="text-normal flex w-full items-center justify-between gap-x-2.5 overflow-hidden overflow-x-auto whitespace-nowrap border-b border-gray-200 px-4.5 py-2.5 font-medium tracking-wide text-gray-700 dark:border-gray-700 dark:text-white">
<div className="flex items-center gap-x-2">
{orgLogoSrc && (
Expand Down

0 comments on commit 2a27c1e

Please sign in to comment.