visuddhinanda преди 3 години
родител
ревизия
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 : ""),