Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed Jul 16, 2024
1 parent 8b89379 commit 3a03dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chat/SystemNodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const SystemNodes: React.FC = () => {
>
<div className="inline-flex items-center justify-between rounded-lg gap-3 px-3 w-auto md:min-w-[405px] h-[44px] text-[13px] bg-white text-black border border-[rgba(0, 0, 0, 0.08)] cursor-pointer hover:border-black transition-all">
<div className="flex flex-col">
<p className="text-[13px] leading-[16px] ">
<p className="text-[13px] truncate leading-[16px] ">
{selectedModelSubdomin || '-'}
</p>
<p className="text-[10px] leading-[13px] uppercase mt-[2px] text-[#888888]">
Expand Down

0 comments on commit 3a03dab

Please sign in to comment.