visuddhinanda 3 лет назад
Родитель
Сommit
82599123a5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/library/course/CourseIntro.tsx

+ 1 - 1
dashboard/src/components/library/course/CourseIntro.tsx

@@ -9,7 +9,7 @@ const Widget = ({ intro }: IWidget) => {
   return (
     <Row>
       <Col flex="auto"></Col>
-      <Col flex="1260px">
+      <Col flex="960px">
         <div
           dangerouslySetInnerHTML={{
             __html: marked.parse(intro ? intro : ""),