diff --git a/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx b/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx
index b9050ab9..b74b9f2f 100644
--- a/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx
+++ b/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx
@@ -155,13 +155,17 @@ export const DownloadModelsContainer = (props) => (
export const MessageFormatContainer = (props) => {
return (
-
+ <>
+
+
+ >
);
};
\ No newline at end of file
diff --git a/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.module.scss b/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.module.scss
index 41360598..6767471d 100644
--- a/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.module.scss
+++ b/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.module.scss
@@ -19,10 +19,6 @@
}
}
-.label_only_section {
- width: 100%;
-}
-
.deepl_auth_key_label_section {
max-width: 34rem;
display: flex;
@@ -30,8 +26,4 @@
justify-content: space-between;
align-items: center;
gap: 1.4rem;
-}
-
-.message_format_section {
- width: 100%;
}
\ No newline at end of file