mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Fix loading alignment
This commit is contained in:
parent
7eaffeb36a
commit
67ed7d8909
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { ShimmerInboxThread, ShimmerBase, ShimmerLine, Cover } from './style';
|
|||
import Card from '../Card';
|
||||
|
||||
const LoadingChecklistItem = () => (
|
||||
<div style={{ marginTop: '24px' }}>
|
||||
<div style={{ marginBottom: '24px' }}>
|
||||
<Card>
|
||||
<ShimmerInboxThread>
|
||||
<ShimmerBase>
|
||||
|
|
|
|||
Loading…
Reference in a new issue