We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4205242 commit 6f980beCopy full SHA for 6f980be
packages/ui/src/PageContainer/style/index.ts
@@ -80,6 +80,8 @@ export const genPageContainerStyle: GenerateStyle<PageContainerToken> = (
80
marginBlockStart: 0,
81
[`${antCls}-tabs-top > ${antCls}-tabs-nav::before`]: {
82
borderBottom: `1px solid ${token.colorBorderSecondary}`,
83
+ left: -token.paddingXL,
84
+ right: -token.paddingXL,
85
},
86
87
@@ -94,6 +96,8 @@ export const genPageContainerStyle: GenerateStyle<PageContainerToken> = (
94
96
95
97
[`& > ${antCls}-tabs-top > ${antCls}-tabs-nav::before`]: {
98
99
100
101
102
103
0 commit comments