mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
fix(client): remove unnecessary margin from API keys entry list
This commit is contained in:
@@ -50,7 +50,7 @@ function APIKeys() {
|
||||
/>
|
||||
<WithQuery query={entriesQuery}>
|
||||
{entries => (
|
||||
<div className="mt-6 mb-24 h-full flex-1 space-y-3 lg:mb-12">
|
||||
<div className="mb-24 h-full flex-1 space-y-3 lg:mb-12">
|
||||
{entries.length > 0 ? (
|
||||
entries.map(entry => <EntryItem key={entry.id} entry={entry} />)
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user