Fix incorrect sizing of CKEditor textarea

https://xetown.com/questions/1828584
This commit is contained in:
Kijin Sung 2024-06-22 13:09:13 +09:00
parent c3583506a1
commit f2bd5280c1

View file

@ -104,6 +104,7 @@ body.cke_editable {
@include light-dark($colorset);
}
textarea.cke_source.cke_editable {
box-sizing: border-box;
padding: 10px;
}
body.color_scheme_dark.cke_auto_dark_mode .cke_wysiwyg_div {