Skip to content

Commit ad89556

Browse files
committed
Moved custom line height and font-size to cke_editable to avoid richcombo issues.
1 parent f353a66 commit ad89556

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

contents.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body
77
{
88
/* Font */
99
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
10-
font-size: 13px;
10+
font-size: 12px;
1111

1212
/* Text color */
1313
color: #333;
@@ -16,6 +16,11 @@ body
1616
background-color: #fff;
1717

1818
margin: 20px;
19+
}
20+
21+
.cke_editable
22+
{
23+
font-size: 13px;
1924
line-height: 1.6em;
2025
}
2126

0 commit comments

Comments
 (0)