mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Merge pull request #361 from c-bata/improve-new-study-list
Remove paddingTop from CardAction on StudyList
This commit is contained in:
@@ -209,7 +209,7 @@ export const StudyListBeta: FC<{
|
||||
</Typography>
|
||||
</CardContent>
|
||||
</CardActionArea>
|
||||
<CardActions disableSpacing>
|
||||
<CardActions disableSpacing sx={{ paddingTop: 0 }}>
|
||||
<Box sx={{ flexGrow: 1 }} />
|
||||
<IconButton
|
||||
aria-label="rename study"
|
||||
|
||||
Reference in New Issue
Block a user