problems with margins in Blazor

  • Thread starter Thread starter danielsn
  • Start date Start date
D

danielsn

Guest
I am using a number of Blazor Components, each inside the next. The one at the top is in a div and is centered and has a width of X.

This works great, but the Components within the components within the components within the components don't seem to know correctly where they are supposed to be writing text to, so I ended up with about an inch of text where it doesn't belong on both sides of the div that is wrapping the first compoennt.

It was able to get it to be where I want by assigning margins all throughout, but that doesn't seem like the right way to do it. What am I missing?

Continue reading...
 
Back
Top