Update style.ts (#508)

pull/518/head
bluelovers 2024-01-02 13:27:36 +08:00 committed by GitHub
parent 1b2f305266
commit 42f2e9c447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export const useStyles = createStyles(({ css, token, isDarkMode }) => {
configValue: css`
color: ${token.colorInfoText};
text-align: right;
word-break: break-word;
`,
container: css`
padding: 16px 10px 16px 24px;