From 1040e25f7626ff8816d05ebfd6e5169e43cce567 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sun, 13 Jan 2019 12:18:28 -0800 Subject: [PATCH] Fix loading card margins --- components/LoadingChecklistItem/index.js | 128 ++++++++++++----------- 1 file changed, 65 insertions(+), 63 deletions(-) diff --git a/components/LoadingChecklistItem/index.js b/components/LoadingChecklistItem/index.js index c1ec06a..ca79e8e 100644 --- a/components/LoadingChecklistItem/index.js +++ b/components/LoadingChecklistItem/index.js @@ -4,71 +4,73 @@ import { ShimmerInboxThread, ShimmerBase, ShimmerLine, Cover } from './style'; import Card from '../Card'; const LoadingChecklistItem = () => ( - - - - - - +
+ + + + + + - + - - - - - - - + + + + + + + +
); export default LoadingChecklistItem;