mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Apply word-break: break-all
This commit is contained in:
@@ -152,7 +152,7 @@ export const StudyList: FC<{
|
||||
to={`${URL_PREFIX}/studies/${study.study_id}`}
|
||||
>
|
||||
<CardContent>
|
||||
<Typography variant="h5">
|
||||
<Typography variant="h5" sx={{ wordBreak: "break-all" }}>
|
||||
{study.study_id}. {study.study_name}
|
||||
</Typography>
|
||||
<Typography
|
||||
|
||||
@@ -183,7 +183,7 @@ export const StudyList: FC<{
|
||||
>
|
||||
<CardActionArea component={Link} to={`/${idx}`}>
|
||||
<CardContent>
|
||||
<Typography variant="h5">
|
||||
<Typography variant="h5" sx={{ wordBreak: "break-all" }}>
|
||||
{study.study_id}. {study.study_name}
|
||||
</Typography>
|
||||
<Typography
|
||||
|
||||
Reference in New Issue
Block a user