Last updated 3 years ago
Was this helpful?
.text-ellipsis { width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.centered { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); }