Shift feeds under a feed tree category to the left

Pretend the X is the feed icon.
What I see now is:

- Labels
    X one
    X two
    X three

What I want to see is:

- Labels
  X one
  X two
  X three

I think the feed icons should line up under the category text.

Can someone point me to the right place to change this? TIA

:hamburger: > Preferences > Preferences > General > Theme > Customize:

Screenshot:

The CSS you want:

.dijitTreeRow {
    padding: 0px !important;
}

Perfection! Thanks so much.

or:

.dijitInline.dijitTreeExpando.dijitTreeExpandoLeaf {
	width: 0px;
}