Table element is not inherited from body line height?

Like

body{line-height: 200%;}

And for table not have that line height why?

Thanks

It does inherit the line-height. Maybe you have the table inside a container that sets a different line-height?

2 Likes