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
At the moment, the Panel component doesn't have any text alignment rule set. Though, I'm seeing a lot of Panel usages with className="text-center" in /learn.
I think either:
Panel should have an alignment prop with center as the default; or
Panel.Heading and Panel.Body should have an alignment prop with center as the default (this is similar to the Modal component)
The text was updated successfully, but these errors were encountered:
I'm interested in fixing this.
Should I proceed with this? Are there any specific requirements or considerations I need to be aware of before starting?
Description
At the moment, the
Panel
component doesn't have any text alignment rule set. Though, I'm seeing a lot ofPanel
usages withclassName="text-center"
in /learn.I think either:
Panel
should have analignment
prop withcenter
as the default; orPanel.Heading
andPanel.Body
should have analignment
prop withcenter
as the default (this is similar to the Modal component)The text was updated successfully, but these errors were encountered: