Skip to content

Commit

Permalink
Update style.ts (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jan 2, 2024
1 parent 1b2f305 commit 42f2e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/ImageInfo/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42f2e9c

Please sign in to comment.