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
We have a problem with our card heights being inconsistent in our Marketplace. This is not good design, our cards look like a camel's hump.. Let's standardize this.
Currently our character limit on the Agent name is too long, it results in inconsistent card heights that are too tall like this:
Can we try the following solution:
Limit the character count of the Agent title name to 40 characters. My goal is to limit the title to maximum 2 lines of text
Anything more than that, we should truncate the title
We also run into this problem of the cards being too short like this:
Let's try the following solution:
Align the thumbnail, author name, description to the top of the div
Align the runs and the ratings to the bottom of the div
The text was updated successfully, but these errors were encountered:
Describe your issue.
We have a problem with our card heights being inconsistent in our Marketplace. This is not good design, our cards look like a camel's hump.. Let's standardize this.
Currently our character limit on the Agent name is too long, it results in inconsistent card heights that are too tall like this:
Can we try the following solution:
We also run into this problem of the cards being too short like this:
Let's try the following solution:
The text was updated successfully, but these errors were encountered: