Dhtml Xtree - First line indent bug in Google Chrome

Hello i found the bug of first line indenting of each opened item in dhtml xtree.
Check my picture.

Any decision? I was trying to fix it with CSS but without success.

Thanks a lot!

Hello
Please, use the next doctype:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Thanks a lot for help!
I will try it.

No change :frowning:

In that case make and attach completed demo, please:
docs.dhtmlx.com/doku.php?id=othe … leted_demo

I had the same issue today. This is what fixed it for me:

.dhxtree_dhx_skyblue .standartTreeRow {
    text-align: left !important;
}

Thak, try it.

I will try it thanks!

My one tree row:


<tr>
<td class="standartTreeImage">
<img border="0" align="absmiddle" style="padding: 0px; margin: 0px; width: 18px; height: 18px;" src="js/tree/treeimgs/minus3.gif"></td>

<td width="20px"><img align="absmiddle" src="js/tree/treeimgs/iconUncheckAll.gif" style="width: 16px; height: 16px; display: none;"></td>

<td class="standartTreeImage"><div style="padding: 0px; margin: 0px; width: 0px; height: 0px;"></div></td>

<td class="standartTreeRow" style="width: 100%; font-size: 10pt; cursor: pointer;"><span class="standartTreeRow" style="width: 100%; display: block; padding-left: 5px; padding-right: 5px;">ITEM TITLE</span></td>

</tr>

This makes me the troubles… 20px TD without reason.
Mozilla ignores this 20px td, but chrome will make 20px indent.

I don’t know why the three generates this 20px unwanted coll.

Thak
To reproduce your issue we need completed demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo

hey, Thank! did you find a solution yet?
i seem to have the similar issue