From 9d95b6e3c95a17f2073e13a50f52235aff4b421e Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Tue, 24 Feb 2015 17:37:27 +0900 Subject: [PATCH] refs #1764 : bugfix - Horizontal scrollbar on tinyMCE editor textarea --- documents/changelog_ko.txt | 1 + plugins/ED_tinyMCE/override.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/documents/changelog_ko.txt b/documents/changelog_ko.txt index b409eefe4..8ca1b6c06 100644 --- a/documents/changelog_ko.txt +++ b/documents/changelog_ko.txt @@ -16,6 +16,7 @@ === 버그 수정 === * 일반 : 댓글을 추가하거나 글의 공개/비공개 여부를 변경할 때 사이드바에 갱신되는 아이템의 카운터에 1.9 이전 버전처럼 괄호가 추가되어 붙어 나오는 문제 수정 (#1755) * 일반 : memcache 를 쿼리 캐시로 사용할 경우 캐시 갱신 타이밍 오류 수정 (#1757) + * 에디터 : tinyMCE 에디터에서 가로 스크롤바가 나오는 오류 수정 (#1764) * 플러그인 : 구글맵 플러그인이 tinyMCE 에디터에서 지도를 삽입하지 않는 버그 수정 (#1762) * 블로그 : 글을 블로그 페이지 상에서 바로 수정하거나, 댓글 또는 트랙백을 실시간으로 받거나 삭제했을 떄 AJAX로 바로 갱신되는 사이드바 카테고리의 카운터에 1.9 이하 버전처럼 괄호가 붙어 출력되는 문제 수정 (#1755) diff --git a/plugins/ED_tinyMCE/override.css b/plugins/ED_tinyMCE/override.css index 37a50b540..4156bc828 100644 --- a/plugins/ED_tinyMCE/override.css +++ b/plugins/ED_tinyMCE/override.css @@ -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; }