Closed vanithav closed 9 years ago
The html rendered out looks consistent. There are no extra elements that would push first item down. This means the problem is the css. It may be the case that you have some special css rule that messes up the thing. In either case, all elements have classes that you can hook up into and fix the issue by couple lines of css. Notice classes input-list-container
, and checkbox-inline
. Work with them.
I use the RadioButtonsFromEnum method and it all works fine. I am using the option DisplayInlineBlock(). The two items are not aligned properly. The first item goes down by almost 10 px. Html output is given below.
Thanks, Vanitha