Nice editor resizing

Hi webix team,
If I am resizing nice editor after some perticular width some attributes getting hide. How to solve this?
https://snippet.webix.com/9aded46d

Hello,

You can add the following CSS rule to your style sheet:

.webix_view.webix_selectable .nicEdit-panel{
    height:auto;
}

https://snippet.webix.com/yh683qj3

@Helga thank you so much :slight_smile: