Skip to content

Commit

Permalink
Merge pull request #10176 from ckeditor/ck/10095
Browse files Browse the repository at this point in the history
Fix (build-decoupled-document): The editing area in the sample should have a solid white background. Closes #10095.
  • Loading branch information
oleq authored Jul 20, 2021
2 parents 9a265d1 + 16847d5 commit 3d35544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>The editable</h2>
max-height: 500px;
}

.editable-container .document-editor__editable.ck-editor__editable {
.editable-container .ck-editor__editable {
min-height: 21cm;
padding: 2em;
border: 1px #D3D3D3 solid;
Expand Down

0 comments on commit 3d35544

Please sign in to comment.