How to make label a certain amount of letters?

So i know how to make a maxLegnth for input but how would i do that for a label or card content? so say someone puts a quote with like 50 letters how could i limit that on card content to like 10 letters

if i understand you correctly you mean to restrict ,ion-label text size or any content size , i think you can do that by truncating the value before adding to the content on label?

when you say text size are you talking about the text length or are you talking about the literal text size?

length of the string, which you adding for ex <ion-label>{{value}}</ion-label>