Skip to content

Commit

Permalink
chore: update some ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet committed Feb 26, 2024
1 parent a0cfb5d commit c7becfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoints/injected/components/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const CodeArea = memo((props: { minimized?: boolean }) => {
onClick={(e) => e.stopPropagation()}
>
{unoResult?.map((u) => (
<div className="flex flex-col items-stretch bg-#f5f5f5 rounded-sm">
<div className="flex flex-col items-stretch bg-#f5f5f5 rounded-sm overflow-hidden">
<div className="px-4 h-8 flex-center justify-between border-b border-#e5e5e5 border-solid">
<span className="text-#000/50 text-xs">{u.title}</span>
<Clipboard
Expand Down

0 comments on commit c7becfc

Please sign in to comment.