We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a66ed commit 13064ffCopy full SHA for 13064ff
1 file changed
hwproj.front/src/components/Tasks/CourseTaskExperimental.tsx
@@ -633,13 +633,15 @@ const CourseTaskEditor: FC<{
633
sx={{
634
textTransform: "none",
635
fontSize: "15px",
636
+ alignSelf: "center",
637
display: "flex",
638
alignItems: "center",
639
gap: "6px",
640
color: "#1976d2",
641
paddingLeft: "0px",
642
paddingRight: "0px",
643
minWidth: "auto",
644
+ width: "fit-content",
645
"&:hover": {
646
backgroundColor: "transparent",
647
textDecoration: "none"
0 commit comments