Skip to content

Commit

Permalink
fixing rich text media in student project steps (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle authored Sep 30, 2024
1 parent 8f3bb0b commit d16c217
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ const { heading, blocks, image, steps, stepsNumbering, text } = reactive(props)
class="px-0 lg:px-4"
indent="col-1"
>
<div class="ThemeVariantGray bg-gray-light px-8 py-6 md:px-10 md:py-8 lg:px-18 lg:py-16">
<div
class="ThemeVariantGray bg-gray-light px-8 py-6 md:px-10 md:py-8 lg:px-18 lg:py-16 overflow-hidden"
>
<template v-if="step.media?.length">
<!-- split 50/50 -->
<div class="lg:grid grid-cols-2 gap-6 lg:gap-10">
Expand Down

0 comments on commit d16c217

Please sign in to comment.