SyntaxFix
Write A Post
Hire A Developer
Questions
Yes, sort of.
You can explicitly size a container using units relative to font-size:
In addition you can use a few CSS properties such as overflow:hidden; white-space:nowrap; text-overflow:ellipsis; to help limit the number as well.
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;