fix: mobile Tab text vertical alignment issue (#5718)

This commit is contained in:
Katherine 2024-11-25 11:10:12 +08:00 committed by GitHub
parent 4c37acd5a9
commit cfe2f46c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,7 @@ export const useStyles = createStyles(({ token, css }) => {
} }
.mobile-page-header .adm-tabs-tab { .mobile-page-header .adm-tabs-tab {
font-size: 14px; font-size: 14px;
height: 100%;
} }
`, `,
}; };