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

FormDecorator messes with box-sizing

1 Answer 56 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 09 Oct 2014, 11:31 AM
Hi,

We found that RadFormdecorator overrules;

html {
box-sizing: border-box;
}

*,
*:before, *:after {

 
box-sizing: inherit;

}

 
Is it necessary to do this on such a high level?
 

Putting “
!important” tags in the css, resolves the matter.

Marc

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 09 Oct 2014, 01:35 PM
Hello,

Thanks for contacting Telerik support. Could you send us a sample code, to check your configuration. I have checked both base files for FormDecorator and FormDecorator Lite and I could fond such styles.

If you are using Bootstrap or similar external library it could load such styles on your page. That's why we will need a sample page, so we could check on our side what the problem could be.

Regards,
Bozhidar
Telerik
 
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
Tags
FormDecorator
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Bozhidar
Telerik team
Share this question
or