Skip to content

Commit

Permalink
refs #1764 : bugfix - Horizontal scrollbar on tinyMCE editor textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Feb 24, 2015
1 parent 3884e38 commit 631231d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions documents/changelog_ko.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
### 버그 수정
* 일반 : 댓글을 추가하거나 글의 공개/비공개 여부를 변경할 때 사이드바에 갱신되는 아이템의 카운터에 1.9 이전 버전처럼 괄호가 추가되어 붙어 나오는 문제 수정 (#1755)
* 일반 : memcache 를 쿼리 캐시로 사용할 경우 캐시 갱신 타이밍 오류 수정 (#1757)
* 에디터 : tinyMCE 에디터에서 가로 스크롤바가 나오는 오류 수정 (#1764)
* 플러그인 : 구글맵 플러그인이 tinyMCE 에디터에서 지도를 삽입하지 않는 버그 수정 (#1762)
* 블로그 : 글을 블로그 페이지 상에서 바로 수정하거나, 댓글 또는 트랙백을 실시간으로 받거나 삭제했을 떄 AJAX로 바로 갱신되는 사이드바 카테고리의 카운터에 1.9 이하 버전처럼 괄호가 붙어 출력되는 문제 수정 (#1755)

Expand Down
2 changes: 1 addition & 1 deletion plugins/ED_tinyMCE/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.mce-edit-area {
padding:20px!important;
padding:8px!important;
box-shadow:0 0 5px rgba(0,0,0,0.3);
border:1px #eee solid!important;
}
Expand Down

0 comments on commit 631231d

Please sign in to comment.