Small style fix for pinned items

This commit is contained in:
Elio Struyf
2023-09-29 16:18:27 +02:00
parent 5a9ef1add8
commit 78bb85350a
@@ -41,7 +41,7 @@ export const PinnedItem: React.FunctionComponent<IPinnedItemProps> = ({
}
</button>
<button onClick={openFile} className='relative w-2/3 p-4 text-left flex items-start'>
<button onClick={openFile} className='relative w-2/3 p-4 pr-6 text-left flex items-start'>
<p className='font-bold'>{escapedTitle}</p>
<ContentActions