Angular ngx-treeview Styling

498 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 answers

0
César Martínez On
.text-nowrap {
    display:flex;
    justify-content: flex-start;
}