mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-16 11:15:52 +00:00
Fix padding on combined lesson
This commit is contained in:
parent
456581305e
commit
49e222035a
@ -116,7 +116,7 @@ const CombinedLesson = ({ lesson, course, decryptionPerformed, isPaid, setComple
|
|||||||
if (isPaid && decryptionPerformed) {
|
if (isPaid && decryptionPerformed) {
|
||||||
return (
|
return (
|
||||||
<div ref={mdDisplayRef}>
|
<div ref={mdDisplayRef}>
|
||||||
<MDDisplay className={`${isVideo ? 'p-0' : 'p-2'} rounded-lg w-full`} source={lesson.content} />
|
<MDDisplay className={'p-2 rounded-lg w-full'} source={lesson.content} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user