Skip to content

Commit d6ee611

Browse files
authored
Change width of CSSExercise feedback toast (exercism#7878)
1 parent dd56498 commit d6ee611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/components/bootcamp/CSSExercisePage/LHS/showResultToast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function showResultToast(
3636
style={{ borderColor: STATUS_COLORS[status].border }}
3737
className={assembleClassNames(
3838
t.visible ? 'animate-slideIn' : 'animate-slideOut',
39-
'max-w-[500px] w-full',
39+
'max-w-[500px]',
4040
`border-${STATUS_COLORS[status].border}`,
4141
'border-1 flex justify-between bg-white shadow-base text-14 rounded-8 p-8 gap-8 items-center relative'
4242
)}

0 commit comments

Comments
 (0)