Skip to content

Commit 4aae0da

Browse files
committed
BL-10340 Fix alignment on Draft checkbox
1 parent e78f8ca commit 4aae0da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BookDetail/BookDetail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,9 @@ const BookDetailInternal: React.FunctionComponent<{
274274
control={
275275
<Checkbox
276276
css={css`
277-
margin-top: -20px;
277+
padding-top: 0;
278278
margin-right: -5px;
279+
padding-right: 1px;
279280
`}
280281
checked={props.book.draft}
281282
onChange={(e) => {
@@ -293,7 +294,6 @@ const BookDetailInternal: React.FunctionComponent<{
293294
<DraftIcon
294295
css={css`
295296
width: 54px;
296-
margin-right: 2px;
297297
`}
298298
/>
299299
<div>

0 commit comments

Comments
 (0)