We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd56498 commit d6ee611Copy full SHA for d6ee611
app/javascript/components/bootcamp/CSSExercisePage/LHS/showResultToast.tsx
@@ -36,7 +36,7 @@ export function showResultToast(
36
style={{ borderColor: STATUS_COLORS[status].border }}
37
className={assembleClassNames(
38
t.visible ? 'animate-slideIn' : 'animate-slideOut',
39
- 'max-w-[500px] w-full',
+ 'max-w-[500px]',
40
`border-${STATUS_COLORS[status].border}`,
41
'border-1 flex justify-between bg-white shadow-base text-14 rounded-8 p-8 gap-8 items-center relative'
42
)}
0 commit comments