We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78f8ca commit 4aae0daCopy full SHA for 4aae0da
1 file changed
src/components/BookDetail/BookDetail.tsx
@@ -274,8 +274,9 @@ const BookDetailInternal: React.FunctionComponent<{
274
control={
275
<Checkbox
276
css={css`
277
- margin-top: -20px;
+ padding-top: 0;
278
margin-right: -5px;
279
+ padding-right: 1px;
280
`}
281
checked={props.book.draft}
282
onChange={(e) => {
@@ -293,7 +294,6 @@ const BookDetailInternal: React.FunctionComponent<{
293
294
<DraftIcon
295
296
width: 54px;
- margin-right: 2px;
297
298
/>
299
<div>
0 commit comments