You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works for the most part, and is great as it means not having to declare separate styling with a stylesheet. However, some aspects cannot be overridden. Specifically, the content element does not allow you to override the padding as you have it hard coded. You can still get around this by doing:
So as the title indicates, if you use the StyleFactory like so:
This works for the most part, and is great as it means not having to declare separate styling with a stylesheet. However, some aspects cannot be overridden. Specifically, the content element does not allow you to override the padding as you have it hard coded. You can still get around this by doing:
However this is clearly undesirable and somewhat defeats the purpose of having the style factory in the first place.
The text was updated successfully, but these errors were encountered: