fix spacing
This commit is contained in:
parent
9683ce21b3
commit
cfb610df1e
|
@ -56,7 +56,7 @@ export const PromptComponent: FC<Props> = ({
|
||||||
>
|
>
|
||||||
<IconBulbFilled size={18} />
|
<IconBulbFilled size={18} />
|
||||||
|
|
||||||
<div className="relative max-h-5 flex-1 overflow-hidden text-ellipsis whitespace-nowrap break-all text-left text-[12.5px] leading-3">
|
<div className="relative max-h-5 flex-1 overflow-hidden text-ellipsis whitespace-nowrap break-all pr-4 text-left text-[12.5px] leading-3">
|
||||||
{prompt.name}
|
{prompt.name}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue