Gallery properties and titles do not default to wrapped text, and often it’s useful to reformat this in Super. Here is some simple CSS code to fix this and wrap the Titles, Text and Select properties.
How to Wrap/Display the Gallery Card Property Content
Here is some CSS code that will wrap the text of Notion Card Properties when displayed in a Gallery in Super:
.notion-collection-card.gallery .notion-property__title .notion-semantic-string {
overflow: visible !important;
white-space: normal !important;
}
.notion-collection-card__content .notion-property__select {
overflow: visible !important;
white-space: normal !important;
text-overflow: initial !important;
display: inline !important;
}
.notion-collection-card__content .notion-property__text .notion-semantic-string {
overflow: visible !important;
white-space: normal !important;
text-overflow: initial !important;
display: inline !important;
}
Please add this to the CSS tab in the Code section in the Super Dashboard.
Frequently Asked Questions
FAQ — Pages not displaying or 404 error
FAQ — Pages not displaying or 404 error
FAQ — I'm Seeing a 404 page not found error on my Site
FAQ — I'm Seeing a 404 page not found error on my Site
FAQ — How to Force Refresh the browser to get the latest content?
FAQ — How to Force Refresh the browser to get the latest content?
FAQ — My Site isn't Loading Properly or Inaccessible
FAQ — My Site isn't Loading Properly or Inaccessible
FAQ — How to Clean Your Super Site of Old or Random Pages
FAQ — How to Clean Your Super Site of Old or Random Pages
FAQ — How to Add a Link to a Notion Page to Your Super website
FAQ — How to Add a Link to a Notion Page to Your Super website
Learn more
Creating your first site with Super and Notion
Creating your first site with Super and Notion
Understanding the Super dashboard
Understanding the Super dashboard
Using a Notion template with your site — video guide
Using a Notion template with your site — video guide
How to use a Notion template with Super—step by step
How to use a Notion template with Super—step by step
Create a Blog with Notion in 5 Simple Steps - Notion Blog Templates
Create a Blog with Notion in 5 Simple Steps - Notion Blog Templates
How to create a Landing page with Notion that sells
How to create a Landing page with Notion that sells
Organize your site using Pages
Organize your site using Pages