Hi, I want to use the TagLabel from the examples explorer, but it looks like it stops at about 15 characters regardless of the width of the tag. Is there a setting or custom config or something that I can set to be able to use this control?

<ext:Panel ID="Panel2" runat="server" Title="Home">
                                <Items>
                                    <ext:TagLabel ID="TagLabel1" runat="server" Stacked="true" Padding="10" Width="200">
                                        <Tags>
                                            <ext:Tag Text="This is a long tag in the tag label">
                                            </ext:Tag>
                                        </Tags>
                                    </ext:TagLabel>
                                </Items>
                            </ext:Panel>