Text Overflow
.text-clip
.text-clip
Clips the overflowing text.
CSS equivalent: text-overflow: clip;
Example usage:
.text-ellipsis
.text-ellipsis
Adds an ellipsis (...) to the end of the overflowing text.
CSS equivalent: text-overflow: ellipsis;
Example usage:
.text-fade
.text-fade
Fades out the overflowing text.
CSS equivalent: text-overflow: fade;
Example usage:
Last updated