Can someone help me understand why this is happening? And what can I do to decrease its size? I am not using any CSS classes.
<asp:RadioButtonList ID="radioBtnList" runat="server" DataTextField="Name" DataValueField="id" Width="100%">
It seems too easy, but it's making me anxious.