From 652af58233c80240afa2b1b4fbb79dd04b651ce4 Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 12 Mar 2024 11:33:54 +0900 Subject: [PATCH] Apply word-break: break-all --- optuna_dashboard/ts/components/StudyList.tsx | 2 +- standalone_app/src/components/StudyList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/optuna_dashboard/ts/components/StudyList.tsx b/optuna_dashboard/ts/components/StudyList.tsx index 49d5c191..f5071497 100644 --- a/optuna_dashboard/ts/components/StudyList.tsx +++ b/optuna_dashboard/ts/components/StudyList.tsx @@ -152,7 +152,7 @@ export const StudyList: FC<{ to={`${URL_PREFIX}/studies/${study.study_id}`} > - + {study.study_id}. {study.study_name} - + {study.study_id}. {study.study_name}