🐛 Fix appName wordBreak

This commit is contained in:
ajnart
2023-01-20 12:57:45 +09:00
parent 41a304be0f
commit 932fe950bd

View File

@@ -92,6 +92,7 @@ const useStyles = createStyles((theme, _params, getRef) => ({
},
appName: {
ref: getRef('appName'),
wordBreak: 'break-word',
},
button: {
paddingBottom: 10,