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
.yxt-Card has styling for a border by default with border: .0625rem solid #dcdcdc;
When we use a grid for our cards, this makes the cards stretch their height to match the height of the tallest card in the row, which leaves a lot of whitespace for the border to surround. maxNumberOfColumns: 3,
We should instead put borders on the specific cards (e.g. Product-ProminentImage), or a wrapper for the actual content of the Card.
Env:
sdk 1.0.0
all browsers
The text was updated successfully, but these errors were encountered:
.yxt-Card has styling for a border by default with
border: .0625rem solid #dcdcdc;
When we use a grid for our cards, this makes the cards stretch their height to match the height of the tallest card in the row, which leaves a lot of whitespace for the border to surround.
maxNumberOfColumns: 3,
We should instead put borders on the specific cards (e.g. Product-ProminentImage), or a wrapper for the actual content of the Card.
Env:
sdk 1.0.0
all browsers
The text was updated successfully, but these errors were encountered: