mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Fix style.
This commit is contained in:
@@ -370,7 +370,7 @@ export const TrialList: FC<{ studyDetail: StudyDetail | null }> = ({
|
||||
height: `calc(100vh - ${theme.spacing(8)})`,
|
||||
}}
|
||||
>
|
||||
<List sx={{ position: "relateve" }}>
|
||||
<List sx={{ position: "relative" }}>
|
||||
<ListSubheader sx={{ display: "flex", flexDirection: "row" }}>
|
||||
<Typography sx={{ p: theme.spacing(1, 0) }}>
|
||||
{trials.length} Trials
|
||||
|
||||
Reference in New Issue
Block a user