Here is some CSS code that will wrap the text of Notion Card Properties when displayed in a Gallery in Super:
.notion-collection-card__content .notion-property__text .notion-semantic-string {
overflow-x: visible;
overflow-y: visible;
white-space: normal;
text-overflow: initial;
display: inline;
}
Please add this to the CSS tab in the Code section.