diff --git a/src/app/shared/system-component/filetreeview/filetreeview.component.css b/src/app/shared/system-component/filetreeview/filetreeview.component.css index dfb4305..47e9d8d 100644 --- a/src/app/shared/system-component/filetreeview/filetreeview.component.css +++ b/src/app/shared/system-component/filetreeview/filetreeview.component.css @@ -12,7 +12,7 @@ .li-file-tree-view0{ margin:0; - padding:0 0 0 0px; /* Each nested li will be padded incrementally */ + padding:0 0 0 0; /* Each nested li will be padded incrementally */ } .li-file-tree-view{ diff --git a/src/app/shared/system-component/filetreeview/filetreeview.component.html b/src/app/shared/system-component/filetreeview/filetreeview.component.html index 49655e9..24f3dd6 100644 --- a/src/app/shared/system-component/filetreeview/filetreeview.component.html +++ b/src/app/shared/system-component/filetreeview/filetreeview.component.html @@ -4,9 +4,10 @@ -->