<telerik:RadSkinManager runat="server" ID="RadSkinManager1" ShowChooser="true" Skin="Bootstrap"></telerik:RadSkinManager>
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" RenderMode="Lightweight" />
<asp:DropDownList ID="Dropdownlist1" runat="server" Width="300px">
<asp:ListItem Text="text1" />
<asp:ListItem Text="This is long text" />
<asp:ListItem Text="text2" />
</asp:DropDownList>
<asp:Button ID="Button1" Text="text" runat="server" />
Expected: the decorated DDL is 300px wide in all skins and all font sizes
Actual: the decorated DDL is 275px wide with the Bootstrap skin.