.ellipsed { overflow: hidden; text-overflow: ellipsis; width: 100%; } .no-wrap { white-space: nowrap; } .flex { display: flex; &.flex-align-center { align-items: center; } &.flex-justify-end { justify-content: flex-end; } }