Forum Discussion
Container size fitting
Hello,
I'm trying to fit the Card display so the text fits nicely/tightly between the Location and Address information -- i've tried reducing padding, font, etc but the text still gets cut off. I essentially want to create individual card containers for each of the fields so is there a way to do this so each container doesn't interfere with the others?
1 Reply
- ShivekMaharajImpactful Individual
Hi bobekryant​,
Yes. If you are using the current Card visual, I would make Entity and Address separate cards rather than trying to squeeze both into the same card layout.
The current Card visual lets you add multiple values, with each value displayed as its own card inside the visual. Under Format visual > Multi-card layout, you can also enable Fixed size and give the cards explicit dimensions, so one longer value does not force the other cards to continually resize.
You can then use Apply settings to in the formatting pane to format Entity and Address individually.
If you need completely different widths, heights or positions for each field, I would go one step further and use a separate Card visual for each field. That gives you full control over the available space for a longer Entity value without affecting Address.
So I would avoid solving this mainly through smaller fonts/padding. Separate card containers, either within the new Card visual or as individual visuals, should give you much cleaner control.