Angular ngx-treeview Styling

463 Views Asked by At

I am a bit new to Angular and HTML. I am using ngx-treeview library to my Angular project and I want to style it, but I don't know how. If someone could help me, I would appreciate it. I want to move arrow on the left.

enter image description here

1

There are 1 best solutions below

0
On
.text-nowrap {
    display:flex;
    justify-content: flex-start;
}