This is a migrated thread and some comments may be shown as answers.

Spacing between fieldset items

1 Answer 114 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Neil N
Top achievements
Rank 1
Iron
Veteran
Iron
Neil N asked on 22 Feb 2018, 04:59 PM
If you go to the demo at https://demos.telerik.com/aspnet-ajax/listview/examples/overview/defaultcs.aspx and increase the page size to 10, you'll see a bigger gap between the fieldsets on the first row as compared to the rest of the rows. I see the same behaviour in my app. Why is this happening?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 26 Feb 2018, 03:56 PM
Hi Neil,

The faced behvaior is related to a bigger margin set to the first item of the ListView. You can avoid this by applying the following CSS style:
.RadListView .fieldset:first-child {
    margin-right: 2px;
}



Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ListView
Asked by
Neil N
Top achievements
Rank 1
Iron
Veteran
Iron
Answers by
Vessy
Telerik team
Share this question
or