fix: fix layout issue on mobile browser

This commit is contained in:
2024-08-21 07:05:45 +07:00
parent 4861e1bbb1
commit 7532c6330c
5 changed files with 18 additions and 9 deletions
+1
View File
@@ -96,6 +96,7 @@ const KeysPage = () => {
icon={Eye}
size="sm"
onClick={() => fetchSecretKey(key.id)}
className="shrink-0 min-w-[80px]"
>
View
</Button>