diff --git a/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss b/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss index c6bcbfa6..1a5c88af 100644 --- a/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss +++ b/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss @@ -31,6 +31,8 @@ .dropdown_selected_text { font-size: 1.4rem; padding-right: 2.8rem; + overflow: hidden; + text-overflow: ellipsis; } .dropdown_content_wrapper { diff --git a/src-ui/app/config_page/setting_section/setting_box/components/label_component/LabelComponent.module.scss b/src-ui/app/config_page/setting_section/setting_box/components/label_component/LabelComponent.module.scss index ee8e088a..f9ea7d93 100644 --- a/src-ui/app/config_page/setting_section/setting_box/components/label_component/LabelComponent.module.scss +++ b/src-ui/app/config_page/setting_section/setting_box/components/label_component/LabelComponent.module.scss @@ -2,16 +2,20 @@ display: flex; flex-direction: column; gap: 0.2rem; + flex-shrink: 0; } .label { font-size: 1.6rem; font-weight: 400; color: var(--dark_basic_text_color); + white-space: nowrap; } .desc { font-size: 1.4rem; font-weight: 300; color: var(--dark_500_color); + max-width: 38rem; + overflow-wrap: break-word; } \ No newline at end of file diff --git a/src-ui/app/config_page/setting_section/setting_box/components/switchbox/Switchbox.module.scss b/src-ui/app/config_page/setting_section/setting_box/components/switchbox/Switchbox.module.scss index 2c69fe8f..701f7371 100644 --- a/src-ui/app/config_page/setting_section/setting_box/components/switchbox/Switchbox.module.scss +++ b/src-ui/app/config_page/setting_section/setting_box/components/switchbox/Switchbox.module.scss @@ -15,6 +15,7 @@ cursor: pointer; padding: 2rem; height: 100%; + flex-shrink: 0; &.is_loading { pointer-events: none; } diff --git a/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx b/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx index 762b3e52..4975b435 100644 --- a/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx +++ b/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx @@ -77,30 +77,32 @@ const Mic_Container = () => {
-

{t("config_page.mic_host_device.label_host")}

- -
+
+

{t("config_page.mic_host_device.label_host")}

+ +
-
-

{t("config_page.mic_host_device.label_device")}

- +
+

{t("config_page.mic_host_device.label_device")}

+ +
@@ -172,7 +174,7 @@ const Speaker_Container = () => { /> -
+

{t("config_page.mic_host_device.label_device")}