Skip to content

Commit

Permalink
fix(frontend): remove wizard css margin (#3703)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc authored Mar 1, 2024
1 parent a2f5baa commit 7a44578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Wizard/Content/Content.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Typography} from 'antd';
import styled, {css} from 'styled-components';

export const Container = styled.div`
margin: 8px 0;
margin: 8px 0 0;
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
Expand Down

0 comments on commit 7a44578

Please sign in to comment.