Update style.ts (#508)
parent
1b2f305266
commit
42f2e9c447
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue