소스 검색

Fix Width in fill in blanks

José Loguercio 8 년 전
부모
커밋
d7cd367491
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/exercise/fill_blanks.class.php

+ 1 - 1
main/exercise/fill_blanks.class.php

@@ -121,7 +121,7 @@ class FillBlanks extends Question
                         if ($("#samplesize\\\["+i+"\\\]").width()) {
                         // this is a weird patch to avoid to reduce the size of input blank when you are writing in the ckeditor.
                             lainputsize = $("#samplesize\\\["+i+"\\\]").width();
-                            lainputsizetrue = $("#samplesize\\\["+i+"\\\]").width() + 9;
+                            lainputsizetrue = $("#samplesize\\\["+i+"\\\]").width() + 15;
                         }
 
                         if (document.getElementById("weighting["+i+"]")) {