Skip to content

Commit 70eba2c

Browse files
Merge pull request #148 from gridaco/hotfix/layout-resolution
fix style footer wrapper
2 parents bd056e2 + 0efb652 commit 70eba2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/lib/pages/code/footer-action/code-screen-footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ export function CodeScreenFooter(props: ICodeScreenFooter) {
6262
}
6363

6464
const CodeFooterCtaWrapper = styled.footer`
65-
/* 16 is body's padding */
66-
width: calc(100% - 16px);
65+
/* 32 is padding */
66+
width: calc(100% - 32px);
6767
padding: 12px 16px;
6868
display: flex;
6969
background: #fff;

0 commit comments

Comments
 (0)