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
Describe the bug #92 introduced the closable property for the CCard which adds a close button at the top right corner of the CCard. This also introduced a possible bug, where the title is able to go behind this button, when it is too long or end-/center-aligned.
Expected behavior
Fix the title-wrapping (add padding/margin) and fix the title-alignment when CCard is closable.
The text was updated successfully, but these errors were encountered:
Describe the bug
#92 introduced the
closable
property for theCCard
which adds a close button at the top right corner of theCCard
. This also introduced a possible bug, where the title is able to go behind this button, when it is too long or end-/center-aligned.Expected behavior
Fix the title-wrapping (add padding/margin) and fix the title-alignment when
CCard
isclosable
.The text was updated successfully, but these errors were encountered: