Skip to content

Commit

Permalink
fix(tabs): vertical mode border height (#5328)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyang0826 authored Dec 3, 2023
1 parent 676f2d6 commit e78d321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabs/src/styles/index.cssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export default cB('tabs', `
display: flex;
position: relative;
min-width: 100%;
min-height: 100%;
width: fit-content;
box-sizing: border-box;
`),
Expand Down

0 comments on commit e78d321

Please sign in to comment.