add min width for delete button, dropdown dakrtheme

This commit is contained in:
fadingNA
2024-11-09 16:59:00 -05:00
parent 0837295bd3
commit e00c6f2c14
3 changed files with 3 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ const Documents: React.FC<DocumentsProps> = ({ handleDeleteDocument }) => {
{document.type === 'remote' ? 'Pre-loaded' : 'Private'}
</td>
<td>
<div className="flex flex-row items-center">
<div className="min-w-[70px] flex flex-row items-end justify-end ml-auto">
{document.type !== 'remote' && (
<img
src={Trash}