mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix incorrect sizing of CKEditor textarea
https://xetown.com/questions/1828584
This commit is contained in:
parent
c3583506a1
commit
f2bd5280c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue