style: align tab content horizontally and ignore agents.json with prettier

This commit is contained in:
kangfenmao 2024-10-26 23:36:06 +08:00
parent c7cbecad68
commit 1444739cc6
2 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@ LICENSE.md
tsconfig.json
tsconfig.*.json
CHANGELOG*.md
agents.json

View File

@ -194,6 +194,7 @@ const Tabs = styled(TabsAntd)`
border-radius: 6px;
margin-bottom: 5px !important;
font-size: 14px;
justify-content: center;
&:hover {
background-color: var(--color-background-soft);
}