I am using Angular CKEditor 5 component, I knew that setting the editor height is by adding CSS to the Style Sheet file of the component the editor gonna be hosted in.
.ck-editor__editable {
min-height: 500px !important;
}
But this is not working! height still sticked to one line noting that when adding the CSS rule mentioned above to the browser console it works!