Closed Milkhan closed 4 years ago
I could find a way to set the height:
1- In NovaServiceProvider add a custom css file.
`
public function boot()
{
parent::boot();
Nova::style('admin', public_path('css/custom.css')); // Set a custom css file.
}
`
` height:200px !important;
margin-bottom: 50px;
`
I couldn't find a way to make it resizable. This didnt work:
` .ql-container {
resize: both;
overflow: auto;
} `
@Milkhan Thanks for your patience and idea, you can upgrade this package, I add two option, you can modify height and width easily.
Thank you!
Thank you for this great package. Is there any option to set a height for the editor? And is it possible to resize it?