chore: update shortcut card padding

This commit is contained in:
Steven 2023-08-07 20:22:40 +08:00
parent fda2a3436d
commit 2d980380e5

View File

@ -84,7 +84,7 @@ const ShortcutView = (props: Props) => {
</button>
</Tooltip>
</div>
<a className="ml-1 w-full text-sm truncate text-gray-400 hover:underline" href={shortcut.link} target="_blank">
<a className="pl-1 pr-4 w-full text-sm truncate text-gray-400 hover:underline" href={shortcut.link} target="_blank">
{shortcut.link}
</a>
</div>