You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some files remove icon (x) doesn't show up see image below.
Upon inspecting the li, I can see that its Cross icon div (.sidebar-list-item-delete) is there but not visible.
The text was updated successfully, but these errors were encountered:
I know @saalmaan has PR #40 open for this, but an alternative could be to make .sidebar-list-item-data account for the width of .sidebar-list-item-checkbox and the width of .sidebar-list-item-delete.
Set the width of .sidebar-list-item-data to calc(100% - 20px - 13px) (which, for me, are the values of the two elements that need to be considered) the .sidebar-list-item-delete element shows up just fine.
for some files remove icon (x) doesn't show up see image below.
Upon inspecting the li, I can see that its Cross icon div (.sidebar-list-item-delete) is there but not visible.
The text was updated successfully, but these errors were encountered: