diff --git a/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.jsx b/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.jsx
index 49a4d882..fa0f7710 100644
--- a/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.jsx
+++ b/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.jsx
@@ -26,7 +26,7 @@ export const DeeplAuthKey = () => {
return (
- <_Entry ref={entryRef} width="32rem" onChange={onchangeEntryAuthKey}/>
+ <_Entry ref={entryRef} width="30rem" onChange={onchangeEntryAuthKey}/>
{is_editable
? null
diff --git a/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.module.scss b/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.module.scss
index 3880519b..6e5a3411 100644
--- a/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.module.scss
+++ b/src-ui/windows/config_window/setting_section/setting_box/components/deepl_auth_key/DeeplAuthKey.module.scss
@@ -47,6 +47,8 @@
color: var(--dark_basic_text_color);
font-size: 1.4rem;
border-radius: 0.4rem;
+ text-align: center;
+ flex-shrink: 0;
&:hover {
background-color: var(--primary_500_color);
}