creative-connections/Bodylight.js-Components

View on GitHub
src_aurelia-bodylight-plugin/src/elements/quiz-summary.css

Summary

Maintainability
Test Coverage
.truncate {
    width: 400px; /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.small-margin {
    margin: 8px !important;
}