mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-16 19:25:52 +00:00
Another styling fix combined lesson
This commit is contained in:
parent
49e222035a
commit
7af1dd9ef9
@ -158,7 +158,7 @@ const CombinedLesson = ({ lesson, course, decryptionPerformed, isPaid, setComple
|
|||||||
if (lesson?.content) {
|
if (lesson?.content) {
|
||||||
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