Skip to content

Commit ac01e58

Browse files
authored
improve(ui): PageContainer tabs divider does not pull through (#1384)
1 parent 9f5136f commit ac01e58

File tree

1 file changed

+0
-4
lines changed
  • packages/ui/src/PageContainer/style

1 file changed

+0
-4
lines changed

packages/ui/src/PageContainer/style/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ export const genPageContainerStyle: GenerateStyle<PageContainerToken> = (
8080
marginBlockStart: 0,
8181
[`${antCls}-tabs-top > ${antCls}-tabs-nav::before`]: {
8282
borderBottom: `1px solid ${token.colorBorderSecondary}`,
83-
left: -token.paddingXL,
84-
right: -token.paddingXL,
8583
},
8684
},
8785
},
@@ -96,8 +94,6 @@ export const genPageContainerStyle: GenerateStyle<PageContainerToken> = (
9694
},
9795
[`& > ${antCls}-tabs-top > ${antCls}-tabs-nav::before`]: {
9896
borderBottom: `1px solid ${token.colorBorderSecondary}`,
99-
left: -token.paddingXL,
100-
right: -token.paddingXL,
10197
},
10298
},
10399
},

0 commit comments

Comments
 (0)