OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/assets/stylesheets/content/editor/_ckeditor.sass

20 lines
427 B

// Wrapper for inline text editor
.op-ckeditor-element
min-height: 50px
border: 1px solid #bfbfbf !important
&.ck-editor__editable_inline
padding-left: 2px !important
// Wrapper for full text element
.op-ckeditor--wrapper
// Borders for the main editor
.ck-editor__main
border: 1px solid #bfbfbf
margin-bottom: 2rem
// Min height for the editable section
.ck-editor__editable
min-height: 20vh