admin/langs: some extra space for longer "author" strings
Massimo Melina committed
Jan 12, 2025 at 10:46 UTC
249bff8d381775ff4ae2fbe3b451cf7396d50361
1 file changed
+1
-1
admin/src/LangPage.ts
+1
-1
@@ -19,7 +19,7 @@ export default function LangPage({ setTitleSide }: PageProps) {
19
h(Alert, { severity: 'info', sx: { display: { xs: 'none', sm: 'inherit' } } }, "Translation is limited to Front-end, it doesn't apply to Admin-panel"),
20
[]))
21
return h(Fragment, {},
22
- h(Box, { mt: 1, maxWidth: '40em', flex: 1, display: 'flex', flexDirection: 'column' },
22
+ h(Box, { mt: 1, maxWidth: '50em', flex: 1, display: 'flex', flexDirection: 'column' },
23
h(Box, { mb: 1, display: 'flex' },
24
h(Btn, { icon: Upload, onClick: add }, "Add"),
25
h(Box, { flex: 1 }),