fix spacing

This commit is contained in:
Mckay Wrigley 2023-04-01 14:54:59 -06:00
parent 9683ce21b3
commit cfb610df1e
1 changed files with 39 additions and 39 deletions

View File

@ -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>