Replies: 1 comment 1 reply
-
Probably we should turn on truncation? What you're seeing is what happens if your UI forces a widget to be smaller than its MinSize. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating an app with a Grid of Cards. If the Title (and probably Subtitle) get too large, the text spills out of the card. Is there a recommended way to handle this?
I started creating my own Card widget using widget.card as a model but with Labels and realized it was a large task.
Beta Was this translation helpful? Give feedback.
All reactions