ソースを参照

Merge pull request #78 from visuddhinanda/master

markdown 文字不折行
visuddhinanda 5 年 前
コミット
f9c8002bc9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/course/course.php

+ 1 - 1
app/course/course.php

@@ -89,7 +89,7 @@ echo "</div>";
     for(const lesson of  arrLesson){
         html+= '<div class="card" style="display:flex;margin:1em;padding:10px;">';
 
-        html+= '<div style="flex:7;">';
+        html+= '<div style="flex:7;max-width: 80%;">';
         html+= '<div class="pd-10">';
         html+= '<div class="title" style="padding-bottom:5px;font-size:100%;font-weight:600;">'+lesson["title"]+'</div>';
         let summary = "";