Skip to content

Commit

Permalink
fix(web): the length of the view title's underline (#1045)
Browse files Browse the repository at this point in the history
fix: underline length
  • Loading branch information
caichi-t authored Jan 31, 2024
1 parent 9306d67 commit 3a97ed9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/src/components/molecules/View/viewsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ const StyledTabs = styled(Tabs)`
.ant-tabs-nav {
height: 46px;
}
.ant-tabs-tab:not(:first-child) {
padding-left: 8px;
}
.ant-tabs-tab + .ant-tabs-tab {
margin-left: 8px;
}
`;

const NewViewButton = styled(Button)`
Expand Down

0 comments on commit 3a97ed9

Please sign in to comment.