I have asked Chat GPT and Google Gemini, and they both keep telling me to do what I already tried. I'm trying to prevent the tag descriptions/child tags from creating scroll bars.
.TagTile {
overflow: hidden;
}
This is what I've tried, and it doesn't work. Have also tried .TagTile-info
, .TagTile-description
, and TagTile-children
. Nothing works. Am I missing something basic?