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
Is your feature request related to a problem? Please describe.
Cards have been allocated fixed sizes within the CSS file which shouldn't be done as it reduces their responsiveness.
Describe the solution you'd like
Make use of Card's Sizing Utilities under Bootstrap to size them. Preference should be given in the following order:
Grid Markup
Utilities
Custom CSS (Only via rems not pixels)
Only switch to custom CSS if the two above don't fulfill the required need! I think the solution of Grid Cards should be the most optimal as it will also easily group up all the cards!
Additional context
More information can be found at Card Sizing, I recommend reading the full Cards page though.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Cards have been allocated fixed sizes within the CSS file which shouldn't be done as it reduces their responsiveness.
Describe the solution you'd like
Make use of Card's Sizing Utilities under Bootstrap to size them. Preference should be given in the following order:
rems
not pixels)Only switch to custom CSS if the two above don't fulfill the required need! I think the solution of Grid Cards should be the most optimal as it will also easily group up all the cards!
Additional context
More information can be found at Card Sizing, I recommend reading the full Cards page though.
The text was updated successfully, but these errors were encountered: