Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(card): make the UI more responsive
There is a good chance that the `value` which will be rendered in markdown is very large. In such cases, the consumer may limit the `height` or `max-height` of the component, which will result in the content to overflow out of the card. The component should have a more responsive UI when its size is more limited by the consumer.
- Loading branch information