Skip to content

Commit e998d54

Browse files
committed
Fix add criterion menu anchor
1 parent 7029cdc commit e998d54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hwproj.front/src/components/Tasks/CourseTaskExperimental.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,13 +633,15 @@ const CourseTaskEditor: FC<{
633633
sx={{
634634
textTransform: "none",
635635
fontSize: "15px",
636+
alignSelf: "center",
636637
display: "flex",
637638
alignItems: "center",
638639
gap: "6px",
639640
color: "#1976d2",
640641
paddingLeft: "0px",
641642
paddingRight: "0px",
642643
minWidth: "auto",
644+
width: "fit-content",
643645
"&:hover": {
644646
backgroundColor: "transparent",
645647
textDecoration: "none"

0 commit comments

Comments
 (0)