Space betwwen two character in tree

Hi Webix team,

In this snippet - https://snippet.webix.com/xyipmgu5

Between first and second I am giving more than one space still it shows only single space. But I want whole space.

Hello,

Actually, the issue is not related to Webix, but it is a part of HTML specification.
So, you can use either solution to overcome it:

@Nastja

In this snippet -https://snippet.webix.com/ngq3ush5
If I am using type and pre tag see how it looks.

In this snippet - https://snippet.webix.com/g8z4oajd
With bootstrap it looks so wiered.

How I can solve this issue.
I want pre tag with webix normal tree look

Hi webix team,
Please reply me.

You can style the PRE tag as necessary, or add a white-space styling to the existing text node of tree item

https://snippet.webix.com/llog6mnp

@maksim
Thank you:)